projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c0db3bf
)
Whoops
Peter Rabbitson [Tue, 30 Jun 2009 15:39:58 +0000 (15:39 +0000)]
t/prefetch/standard.t
patch
|
blob
|
blame
|
history
diff --git
a/t/prefetch/standard.t
b/t/prefetch/standard.t
index
b155601
..
72426ee
100644
(file)
--- a/
t/prefetch/standard.t
+++ b/
t/prefetch/standard.t
@@
-11,7
+11,7
@@
use IO::File;
my $schema = DBICTest->init_schema();
my $orig_debug = $schema->storage->debug;
-plan tests => 45;
+plan tests => 44;
my $queries = 0;
$schema->storage->debugcb(sub { $queries++; });