projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
199fbc4
)
fixed failing test when DBIC_TRACE_PROFILE is set
Alexander Hartmaier [Wed, 6 Jul 2011 16:18:07 +0000 (18:18 +0200)]
t/storage/debug.t
patch
|
blob
|
blame
|
history
diff --git
a/t/storage/debug.t
b/t/storage/debug.t
index
5e1958e
..
ab70122
100644
(file)
--- a/
t/storage/debug.t
+++ b/
t/storage/debug.t
@@
-10,6
+10,8
@@
use DBIC::DebugObj;
use DBIC::SqlMakerTest;
use Path::Class qw/file/;
+BEGIN { delete @ENV{qw(DBIC_TRACE_PROFILE)} }
+
my $schema = DBICTest->init_schema();
my $lfn = file('t/var/sql.log');