From: Peter Rabbitson Date: Wed, 5 Aug 2009 10:36:01 +0000 (+0000) Subject: We do not count pings during deploy - they are expected X-Git-Tag: v0.08109~30^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e4697499bb4c7e2f697bf2a003a2d5d857d7c03c;p=dbsrgits%2FDBIx-Class.git We do not count pings during deploy - they are expected --- diff --git a/t/92storage_ping_count.t b/t/92storage_ping_count.t index efbddf6..4881453 100644 --- a/t/92storage_ping_count.t +++ b/t/92storage_ping_count.t @@ -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;