X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftext_tradition_language_french.t;h=84e9d0268bb7e545266e5e4fbe39eab52651761b;hb=32256f01d018a2a5799e706c57edef4680b3a276;hp=01b206b85fc0b9d127a781a2daf731950d5caff2;hpb=6ad2ce785dc85432a6227c7b2efdae0364959714;p=scpubgit%2Fstemmatology.git diff --git a/t/text_tradition_language_french.t b/t/text_tradition_language_french.t index 01b206b..84e9d02 100644 --- a/t/text_tradition_language_french.t +++ b/t/text_tradition_language_french.t @@ -45,7 +45,7 @@ SKIP: { is( $ambig, 102, "Found 102 ambiguous forms as expected" ); # Try setting the normal form of a reading and re-analyzing - my $mr = $tf->collation->reading('99,2'); + my $mr = $tf->collation->reading('r99.2'); is( $mr->text, 'minspire', "Picked correct test reading" ); is( $mr->language, 'French', "Reading has correct language setting" ); $mr->normal_form( "m'inspire" );