projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bcd2641
)
fixed test plan
Justin Guenther [Tue, 14 Mar 2006 23:39:45 +0000 (23:39 +0000)]
t/run/23cache.tl
patch
|
blob
|
blame
|
history
diff --git
a/t/run/23cache.tl
b/t/run/23cache.tl
index
4afd2b2
..
749ce81
100644
(file)
--- a/
t/run/23cache.tl
+++ b/
t/run/23cache.tl
@@
-3,7
+3,7
@@
my $schema = shift;
eval "use DBD::SQLite";
plan skip_all => 'needs DBD::SQLite for testing' if $@;
-plan tests => 16;
+plan tests => 17;
my $rs = $schema->resultset("Artist")->search(
{ artistid => 1 }