X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F07p_args.t;h=7aa2f064cd09d34d4280af92dbfe2be6c923428b;hb=90e0aae368b8cc69afb81825f1dd323c2757c017;hp=988987b3440922c76ab94b648a679c53cf181d98;hpb=307d95603a49f1ff8056963822538c726cde481f;p=dbsrgits%2FSQL-Translator.git diff --git a/t/07p_args.t b/t/07p_args.t index 988987b..7aa2f06 100644 --- a/t/07p_args.t +++ b/t/07p_args.t @@ -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" });