projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e030541
)
do not use deploy since it doesnt do everything anymore
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 17:29:57 +0000 (17:29 +0000)]
t/lib/DBICTest.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest.pm
b/t/lib/DBICTest.pm
index
24a57b6
..
bdff9e8
100644
(file)
--- a/
t/lib/DBICTest.pm
+++ b/
t/lib/DBICTest.pm
@@
-124,7
+124,8
@@
sub deploy_schema {
my $self = shift;
my $schema = shift;
- return $schema->deploy();
+ $schema->journal_schema_deploy();
+ return $schema->deploy();
}
=head2 populate_schema