projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5e14a20
)
oops, forgot to put the drop for the extended tests back in the pg tests
Robert Buels [Fri, 4 Sep 2009 00:20:39 +0000 (
00:20
+0000)]
t/72pg.t
patch
|
blob
|
blame
|
history
diff --git
a/t/72pg.t
b/t/72pg.t
index
8b915fe
..
39efa16
100644
(file)
--- a/
t/72pg.t
+++ b/
t/72pg.t
@@
-291,7
+291,7
@@
exit;
END {
drop_test_schema($schema);
- #eapk_drop_all( $schema)
+ eapk_drop_all( $schema)
};