projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a08c907
)
whoops
David Kamholz [Sun, 10 Dec 2006 16:26:59 +0000 (16:26 +0000)]
t/76joins.t
patch
|
blob
|
blame
|
history
diff --git
a/t/76joins.t
b/t/76joins.t
index
ad406fe
..
96836fb
100644
(file)
--- a/
t/76joins.t
+++ b/
t/76joins.t
@@
-16,7
+16,7
@@
BEGIN {
eval "use DBD::SQLite";
plan $@
? ( skip_all => 'needs DBD::SQLite for testing' )
- : ( tests => 52 );
+ : ( tests => 53 );
}
# figure out if we've got a version of sqlite that is older than 3.2.6, in