projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af8b962
)
Fix END block
Ash Berlin [Mon, 19 Nov 2007 18:11:53 +0000 (18:11 +0000)]
t/73oracle_inflate.t
patch
|
blob
|
blame
|
history
diff --git
a/t/73oracle_inflate.t
b/t/73oracle_inflate.t
index
76085e6
..
3d1b413
100644
(file)
--- a/
t/73oracle_inflate.t
+++ b/
t/73oracle_inflate.t
@@
-54,9
+54,6
@@
is( $track->last_updated_on->month, $dt->month, "deflate ok");
# clean up our mess
END {
- # Set the metadata back for the last_updated_on column
- $schema->class('Track')->add_column( 'last_updated_on' => $col_metadata );
-
if($dbh) {
$dbh->do("DROP TABLE track");
}