Added Numa's count_all, removed warns from mysql and pg tests
[dbsrgits/DBIx-Class.git] / t / 12pg.t
index e3d3469..7181015 100644 (file)
--- a/t/12pg.t
+++ b/t/12pg.t
@@ -5,7 +5,7 @@ use Test::More;
 
 my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_PG_${_}" } qw/DSN USER PASS/};
 
-warn "$dsn $user $pass";
+#warn "$dsn $user $pass";
 
 plan skip_all, 'Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test'
   unless ($dsn && $user);