projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
33ce49d
)
Corrected test plan for t/11mysql.t
Matt S Trout [Sun, 11 Sep 2005 19:21:01 +0000 (19:21 +0000)]
t/11mysql.t
patch
|
blob
|
blame
|
history
diff --git
a/t/11mysql.t
b/t/11mysql.t
index
45e0f51
..
3ec842c
100644
(file)
--- a/
t/11mysql.t
+++ b/
t/11mysql.t
@@
-10,7
+10,7
@@
my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_MYSQL_${_}" } qw/DSN USER PASS/};
plan skip_all, 'Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run this test'
unless ($dsn && $user);
-plan tests => 1;
+plan tests => 4;
DBICTest::Schema->compose_connection('MySQLTest' => $dsn, $user, $pass);