projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c9c2f2
)
Fix test plan count in t/23dumpmore.t and add Change note missed from r5722
Tim Bunce [Mon, 9 Mar 2009 21:36:21 +0000 (21:36 +0000)]
Changes
patch
|
blob
|
blame
|
history
t/23dumpmore.t
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
a3320c3
..
eb010bb
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-2,6
+2,7
@@
Revision history for Perl extension DBIx::Class::Schema::Loader
0.04006 Not Yet Released
- Fix Oracle constraint detection for non-owned schemas (RT #35732)
+ - Add result_base_class and schema_base_class options (RT #43977)
0.04005 Sat Apr 05, 2008
- Fix DB2 support
diff --git
a/t/23dumpmore.t
b/t/23dumpmore.t
index
02bba17
..
6455ad0
100644
(file)
--- a/
t/23dumpmore.t
+++ b/
t/23dumpmore.t
@@
-7,7
+7,7
@@
require DBIx::Class::Schema::Loader;
$^O eq 'MSWin32'
? plan(skip_all => "ActiveState perl produces additional warnings, and this test uses unix paths")
- : plan(tests => 82);
+ : plan(tests => 85);
my $DUMP_PATH = './t/_dump';