
theory at bricolage
Apr 30, 2008, 11:50 AM
Post #1 of 1
(137 views)
Permalink
|
Revision: 8217 Author: theory Date: 2008-04-30 11:50:58 -0700 (Wed, 30 Apr 2008) ViewCVS: http://viewsvn.bricolage.cc/?rev=8217&view=rev Log Message: ----------- white space. Modified Paths: -------------- bricolage/trunk/t/Bric/Test/Runner.pm Modified: bricolage/trunk/t/Bric/Test/Runner.pm =================================================================== --- bricolage/trunk/t/Bric/Test/Runner.pm 2008-04-30 18:50:49 UTC (rev 8216) +++ bricolage/trunk/t/Bric/Test/Runner.pm 2008-04-30 18:50:58 UTC (rev 8217) @@ -43,7 +43,7 @@ # specific tests are being run). This is to prevent `make test` from # throwing an exception when it can't connect to the database in # _disconnect(). - unless ($ENV{BRIC_DEV_TEST} or ($ENV{BRIC_TEST_CLASSES} &&$ENV{BRIC_TEST_CLASSES} =~ /DevTest\.pm\b/) ) { + unless ($ENV{BRIC_DEV_TEST} or ($ENV{BRIC_TEST_CLASSES} && $ENV{BRIC_TEST_CLASSES} =~ /DevTest\.pm\b/) ) { require Bric::Util::DBI; no warnings 'redefine'; *Bric::Util::DBI::_disconnect = sub {};
|