Add support for USING and WHERE on indexes in PostgreSQL producer
[dbsrgits/SQL-Translator.git] / t / 07p_args.t
index 988987b..7aa2f06 100644 (file)
@@ -46,7 +46,7 @@ is(scalar @fields, 4, "right number of fields");
 #
 # Blow away the existing schema object.
 #
-$tr->{'schema'} = undef;
+$tr->reset;
 
 # Now, pass parser_args indirectly...
 $tr->parser(\&silly_parser, { delimiter => "\t" });