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

index 41f0e35..06ff9c0 100644 (file)
@@ -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} || '';