add comment about sybase DSN
Rafael Kitover [Tue, 7 Jul 2009 11:58:19 +0000 (11:58 +0000)]
t/15sybase_common.t

index f0e5f4c..bce97e1 100644 (file)
@@ -2,6 +2,8 @@ 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} || '';