From: Peter Rabbitson Date: Tue, 27 Apr 2010 16:40:10 +0000 (+0000) Subject: Better comment X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=527b57393261b6b72d64cd9f8c9befefbbd202f3;p=dbsrgits%2FDBIx-Class-Historic.git Better comment --- diff --git a/t/storage/factory_fork.t b/t/storage/factory_fork.t index ea6fd6e..79bcdee 100644 --- a/t/storage/factory_fork.t +++ b/t/storage/factory_fork.t @@ -16,7 +16,7 @@ for my $type (qw/PG MYSQL/) { my $schema = DBICTest::Schema->connect (@ENV{map { "DBICTEST_${type}_${_}" } qw/DSN USER PASS/}); # emulate a singleton-factory, just cache the object *somewhere in a different package* - # without this everything works + # to induce out-of-order destruction $DBICTest::FakeSchemaFactory::schema = $schema; # so we can see the retry exceptions (if any)