projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3ea1f8c
)
remove comment about sybase dsn (it's handled automatically now)
Rafael Kitover [Sat, 29 Aug 2009 00:53:37 +0000 (
00:53
+0000)]
t/15sybase_common.t
patch
|
blob
|
blame
|
history
diff --git
a/t/15sybase_common.t
b/t/15sybase_common.t
index
41f0e35
..
06ff9c0
100644
(file)
--- a/
t/15sybase_common.t
+++ b/
t/15sybase_common.t
@@
-2,8
+2,6
@@
use strict;
use lib qw(t/lib);
use dbixcsl_common_tests;
-# you need maxConnect=256 in your DSN for this test to pass
-
my $dsn = $ENV{DBICTEST_SYBASE_DSN} || '';
my $user = $ENV{DBICTEST_SYBASE_USER} || '';
my $password = $ENV{DBICTEST_SYBASE_PASS} || '';