projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7cab3ab
)
oops, did not want to commit that comment-out
Brandon Black [Fri, 30 Mar 2007 01:11:31 +0000 (
01:11
+0000)]
t/22dump.t
patch
|
blob
|
blame
|
history
diff --git
a/t/22dump.t
b/t/22dump.t
index
c135640
..
78e617b
100644
(file)
--- a/
t/22dump.t
+++ b/
t/22dump.t
@@
-62,4
+62,4
@@
eval { DBICTest::Schema::2->connect($make_dbictest_db::dsn) };
ok(!$@, 'no death with dump_directory set (overwrite2)')
or diag "Dump failed: $@";
-# END { rmtree($dump_path, 1, 1); }
+END { rmtree($dump_path, 1, 1); }