From: Peter Rabbitson Date: Wed, 22 Sep 2010 10:01:59 +0000 (+0000) Subject: Reenable the tester test - it's fast enough now X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d3dc03aeed178670e3284f8ad06e69d23b5d5dd;hp=a1e204f4ac8bc478a6821aca8df5cfa4af18a628;p=scpubgit%2FQ-Branch.git Reenable the tester test - it's fast enough now --- diff --git a/Changes b/Changes index 5dd2c9b..793e118 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for SQL::Abstract + - Switch the tokenizer to precompiled regexes (massive speedup) + - Rudimentary handling of quotes ( 'WHERE' vs WHERE ) + revision 1.68 2010-09-16 ---------------------------- - Document methods on Tree diff --git a/t/10test.t b/t/10test.t index ceac4e1..c34dfab 100644 --- a/t/10test.t +++ b/t/10test.t @@ -10,17 +10,6 @@ use Data::Dumper; $Data::Dumper::Terse = 1; $Data::Dumper::Sortkeys = 1; -# equivalent to $Module::Install::AUTHOR -my $author = ( - ( not -d './inc' ) - or - ( -e ($^O eq 'VMS' ? './inc/_author' : './inc/.author') ) -); - -if (not $author and not $ENV{SQLATEST_TESTER} and not $ENV{AUTOMATED_TESTING}) { - plan skip_all => 'Skipping resource intensive self-tests, use SQLATEST_TESTER=1 to run'; -} - my @sql_tests = ( # WHERE condition - equal {