projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d0c7015
)
No connection - no cleanup
Peter Rabbitson [Sun, 6 Sep 2009 13:43:10 +0000 (13:43 +0000)]
t/72pg.t
patch
|
blob
|
blame
|
history
diff --git
a/t/72pg.t
b/t/72pg.t
index
68a52aa
..
d6cb0a9
100644
(file)
--- a/
t/72pg.t
+++ b/
t/72pg.t
@@
-271,6
+271,7
@@
done_testing;
exit;
END {
+ return unless $schema;
drop_test_schema($schema);
eapk_drop_all( $schema)
};