Fixed test count.
Mark Addison [Sun, 29 Feb 2004 20:29:16 +0000 (20:29 +0000)]
t/28xml-xmi-parser-sqlfairy.t

index 86a4067..3dd7f18 100644 (file)
@@ -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;