projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f04ae25
)
Fix col_accessor_map test for Oracle, DB2 and Firebird
Dagfinn Ilmari Mannsåker [Wed, 11 Nov 2015 14:29:07 +0000 (14:29 +0000)]
These DBs return table names in upper case, so add that to the map.
t/lib/dbixcsl_common_tests.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/dbixcsl_common_tests.pm
b/t/lib/dbixcsl_common_tests.pm
index
94b8e5b
..
7f8eb14
100644
(file)
--- a/
t/lib/dbixcsl_common_tests.pm
+++ b/
t/lib/dbixcsl_common_tests.pm
@@
-2458,6
+2458,9
@@
sub test_col_accessor_map {
return 'trivet';
} else {
return $default_map->({
+ LOADER_TEST2 => {
+ sticky_filling => 'goo',
+ },
loader_test2 => {
sticky_filling => 'goo',
},