projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
13a3e37
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/92storage_ping_count.t
b/t/92storage_ping_count.t
index
efbddf6
..
4881453
100644
(file)
--- 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;