X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftext_tradition_parser_tei.t;h=2fb33a8d7bfc9aa8aa07824134babd81c42a4711;hb=1ff82d4f33cfde715c3f06f4e7b6735ad389745c;hp=09e9f0b7d3d46c07baae1da38b45f56c5ba5e58a;hpb=3b853983204d888a90c029c1e66d77b9fa9642b5;p=scpubgit%2Fstemmatology.git diff --git a/t/text_tradition_parser_tei.t b/t/text_tradition_parser_tei.t index 09e9f0b..2fb33a8 100644 --- a/t/text_tradition_parser_tei.t +++ b/t/text_tradition_parser_tei.t @@ -22,8 +22,8 @@ my $t = Text::Tradition->new( is( ref( $t ), 'Text::Tradition', "Parsed parallel-segmentation TEI" ); if( $t ) { - is( scalar $t->collation->readings, 319, "Collation has all readings" ); - is( scalar $t->collation->paths, 2854, "Collation has all paths" ); + is( scalar $t->collation->readings, 311, "Collation has all readings" ); + is( scalar $t->collation->paths, 361, "Collation has all paths" ); } } @@ -31,13 +31,6 @@ if( $t ) { # =begin testing { -## TODO test specific sorts of nodes of the parallel-seg XML. -} - - - -# =begin testing -{ use XML::LibXML; use XML::LibXML::XPathContext; use Text::Tradition::Parser::TEI;