make svg background transparent; fix test for TEI bugfix
[scpubgit/stemmatology.git] / lib / Text / Tradition / Parser / TEI.pm
index 6b9734f..2fb91d2 100644 (file)
@@ -63,7 +63,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, 374, "Collation has all paths" );
+    is( scalar $t->collation->paths, 375, "Collation has all paths" );
 }
 
 =end testing