don't error on relationship deletion no-op
[scpubgit/stemmatology.git] / t / text_tradition_parser_tei.t
index 09e9f0b..2fb33a8 100644 (file)
@@ -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;