From: tla Date: Wed, 15 Jan 2014 14:49:24 +0000 (+0100) Subject: ...and the updated test! X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad878784d0b9add1eb4bf2a7effc622134bdb780;p=scpubgit%2Fstemmatology.git ...and the updated test! --- diff --git a/analysis/t/text_tradition_hasstemma.t b/analysis/t/text_tradition_hasstemma.t index 910f7f8..a86871f 100644 --- a/analysis/t/text_tradition_hasstemma.t +++ b/analysis/t/text_tradition_hasstemma.t @@ -46,7 +46,7 @@ is( $newst->[0], $t->stemma(0), "Answer has the right object" ); ok( !$t->has_stemweb_jobid, "Job ID was removed from tradition" ); is( $t->stemma_count, 1, "Tradition has new stemma" ); ok( $t->stemma(0)->is_undirected, "New stemma is undirected as it should be" ); -is( $t->stemma(0)->identifier, "RHM 1382777054_0", "Stemma has correct identifier" ); +is( $t->stemma(0)->identifier, "RHM 1382784254_0", "Stemma has correct identifier" ); is( $t->stemma(0)->from_jobid, 4, "New stemma has correct associated job ID" ); }