projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f020d60
)
copied wrong plan number
Yuval Kogman [Fri, 1 Aug 2008 02:06:18 +0000 (
02:06
+0000)]
t/02noautodeploy.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02noautodeploy.t
b/t/02noautodeploy.t
index
80c0965
..
7795258
100644
(file)
--- a/
t/02noautodeploy.t
+++ b/
t/02noautodeploy.t
@@
-10,7
+10,7
@@
BEGIN {
eval "use DBD::SQLite; use SQL::Translator";
plan $@
? ( skip_all => 'needs DBD::SQLite and SQL::Translator for testing' )
- : ( tests => 21 );
+ : ( tests => 8 );
}
my $schema = DBICTest->init_schema(no_populate => 1, no_deploy => 1);