From: Ash Berlin Date: Fri, 3 Apr 2009 19:06:12 +0000 (+0100) Subject: Add more compat ast tests with ->convert set X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c236568718386a71a264ecbca265e029cceea8af;hp=63c2a6070153b0a5ff5bcf381b37627d479bce13;p=dbsrgits%2FSQL-Abstract-2.0-ish.git Add more compat ast tests with ->convert set --- diff --git a/t/compat/ast/01.t b/t/compat/ast/01.t index 8a376c3..037d5f2 100644 --- a/t/compat/ast/01.t +++ b/t/compat/ast/01.t @@ -7,7 +7,7 @@ use SQLADumperSort; use SQL::Abstract::Compat; -use Test::More tests => 12; +use Test::More tests => 13; use Test::Differences; ok(my $visitor = SQL::Abstract::Compat->new); @@ -163,7 +163,6 @@ eq_or_diff "complex expr 1"; -=for comment $visitor->convert('UPPER'); eq_or_diff @@ -182,6 +181,7 @@ eq_or_diff }, "Complex AST with convert('UPPER')"; +=for comment eq_or_diff $visitor->select_ast( 'test', '*', [ { ticket => [11, 12, 13],