projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b6c8b01
)
Dummyfy test for now
Peter Rabbitson [Sun, 22 Mar 2009 22:17:44 +0000 (22:17 +0000)]
t/04modifiers.t
patch
|
blob
|
blame
|
history
diff --git
a/t/04modifiers.t
b/t/04modifiers.t
index
590c911
..
ad86609
100755
(executable)
--- 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;