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

index 5e1958e..ab70122 100644 (file)
@@ -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');