We do not count pings during deploy - they are expected
Peter Rabbitson [Wed, 5 Aug 2009 10:36:01 +0000 (10:36 +0000)]
t/92storage_ping_count.t

index efbddf6..4881453 100644 (file)
@@ -11,6 +11,8 @@ use DBIC::SqlMakerTest;
 
 my $ping_count = 0;
 
+my $schema = DBICTest->init_schema();
+
 {
   local $SIG{__WARN__} = sub {};
   require DBIx::Class::Storage::DBI;
@@ -23,8 +25,6 @@ my $ping_count = 0;
   };
 }
 
-my $schema = DBICTest->init_schema();
-
 my $orig_debug = $schema->storage->debug;
 
 use IO::File;