projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
949172b
)
* Fixed the number of tests skipped in a SKIP block.
Norbert Buchmuller [Tue, 25 Nov 2008 06:34:15 +0000 (07:34 +0100)]
t/72pg.t
patch
|
blob
|
blame
|
history
diff --git
a/t/72pg.t
b/t/72pg.t
index
951be49
..
f0c4545
100644
(file)
--- a/
t/72pg.t
+++ b/
t/72pg.t
@@
-133,7
+133,7
@@
is_deeply($type_info, $test_type_info,
'columns_info_for - column data types');
SKIP: {
- skip "SQL::Abstract < 1.49 does not pass through arrayrefs", 3
+ skip "SQL::Abstract < 1.49 does not pass through arrayrefs", 4
if $SQL::Abstract::VERSION < 1.49;
lives_ok {