X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F40compose_connection.t;h=051ab9ba37f8ae25006d2fb914a8bb4dfdfd2e17;hb=ee5733658f9bca488689f85a61c9cd7092138f85;hp=a68a2c26c5d6458fa67c1ef591f5fb136953d910;hpb=e1d9e578b84f642cb24181d0403b15ab78a9fda7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/40compose_connection.t b/t/40compose_connection.t index a68a2c2..051ab9b 100644 --- a/t/40compose_connection.t +++ b/t/40compose_connection.t @@ -16,7 +16,4 @@ warnings_exist { DBICTest->init_schema( compose_connection => 1, sqlite_use_file cmp_ok(DBICTest->resultset('Artist')->count, '>', 0, 'count is valid'); -# cleanup globaly cached handle so we do not trigger the leaktest -DBICTest->schema->storage->disconnect; - done_testing;