From: Mark Addison Date: Sun, 29 Feb 2004 20:29:16 +0000 (+0000) Subject: Fixed test count. X-Git-Tag: v0.06~163 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=282727bfcf86a2ad796ac70322544daf25573e87;p=dbsrgits%2FSQL-Translator.git Fixed test count. --- diff --git a/t/28xml-xmi-parser-sqlfairy.t b/t/28xml-xmi-parser-sqlfairy.t index 86a4067..3dd7f18 100644 --- a/t/28xml-xmi-parser-sqlfairy.t +++ b/t/28xml-xmi-parser-sqlfairy.t @@ -21,7 +21,7 @@ use SQL::Translator::Schema::Constants; # Testing 1,2,3,.. #============================================================================= -plan tests => 243; +plan tests => 321; my $testschema = "$Bin/data/xmi/OrderDB.sqlfairy.poseidon2.xmi"; die "Can't find test schema $testschema" unless -e $testschema;