From: Peter Rabbitson Date: Sun, 22 Mar 2009 22:17:44 +0000 (+0000) Subject: Dummyfy test for now X-Git-Tag: v1.70~202 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=a0b42c3ec0399538213a3e17cf6d8c2eaa219fb5 Dummyfy test for now --- diff --git a/t/04modifiers.t b/t/04modifiers.t index 590c911..ad86609 100755 --- a/t/04modifiers.t +++ b/t/04modifiers.t @@ -25,7 +25,8 @@ Test -and -or and -nest/-nestX modifiers, assuming the following: my @handle_tests = (); -plan tests => @handle_tests * 2; +plan tests => @handle_tests * 2 + 1; +ok (1); for my $case (@handle_tests) { local $Data::Dumper::Terse = 1;