make svg background transparent; fix test for TEI bugfix
[scpubgit/stemmatology.git] / t / text_tradition_parser_tei.t
index 09e9f0b..df9cb3f 100644 (file)
@@ -23,7 +23,7 @@ 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->paths, 375, "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;