Add target_db to diff test as it was producing warnings..
Jess Robinson [Thu, 28 Aug 2008 21:39:41 +0000 (21:39 +0000)]
t/54-oracle-alter-field.t

index c4f4584..5f736cc 100644 (file)
@@ -38,6 +38,7 @@ $t->parser->($t,$yaml2);
 my $d = SQL::Translator::Diff->new
   ({
     output_db => 'Oracle',
+    target_db => 'Oracle',
     source_schema => $s->schema,
     target_schema => $t->schema,
    });