XML test src changed name.
Mark Addison [Thu, 8 Jul 2004 19:08:16 +0000 (19:08 +0000)]
t/18ttschema-producer.t
t/34tt-base.t

index d087b1d..eb9f371 100644 (file)
@@ -34,7 +34,7 @@ $obj = SQL::Translator->new(
     show_warnings  => 1,
     add_drop_table => 1,
     from           => "XML-SQLFairy",
-    filename       => "$Bin/data/xml/schema-basic.xml",
+    filename       => "$Bin/data/xml/schema.xml",
     to             => "TTSchema",
      producer_args  => {
         ttfile => "$Bin/data/template/basic.tt",
index fc67484..57cd00d 100644 (file)
@@ -36,7 +36,7 @@ $obj = SQL::Translator->new(
     show_warnings  => 1,
     add_drop_table => 1,
     from           => "XML-SQLFairy",
-    filename       => "$Bin/data/xml/schema-basic.xml",
+    filename       => "$Bin/data/xml/schema.xml",
     to             => "Producer::BaseTest::produce",
 );
 my $out;