X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftext_tradition.t;h=6e47f406599adfe6f7558f980dac147271d2e693;hb=c3c7961291dc2703f5d532d004d301f1cc1db96e;hp=b48db2968caa3c3bb844a195df74f911e6f3a9ef;hpb=364c71b1ccc2ed2d2b59b69411ab9775b350360d;p=scpubgit%2Fstemmatology.git diff --git a/t/text_tradition.t b/t/text_tradition.t index b48db29..6e47f40 100644 --- a/t/text_tradition.t +++ b/t/text_tradition.t @@ -57,6 +57,7 @@ my $t = Text::Tradition->new( 'file' => 't/data/simple.txt', ); +is( $t->stemma_count, 0, "No stemmas added yet" ); my $s; ok( $s = $t->add_stemma( dotfile => 't/data/simple.dot' ), "Added a simple stemma" ); is( ref( $s ), 'Text::Tradition::Stemma', "Got a stemma object returned" );