improvements to cat / feature listing
[scpubgit/stemmatology.git] / t / text_tradition_parser_tabular.t
index bfd6dc9..c53e57e 100644 (file)
@@ -64,6 +64,9 @@ foreach my $k ( keys %seen_wits ) {
                ok( !$wit->has_layertext, "Witness $k has no a.c. version" );
        }
 }      
+
+# Check that we only have collation relationships where we need them
+is( scalar $t->collation->relationships, 3, "Redundant collations were removed" );
 }