From: Dagfinn Ilmari Mannsåker Date: Wed, 11 Nov 2015 14:29:07 +0000 (+0000) Subject: Fix col_accessor_map test for Oracle, DB2 and Firebird X-Git-Tag: 0.07044~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=40b031d122869c919e14689a2d4c5af4547b7a37;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Fix col_accessor_map test for Oracle, DB2 and Firebird These DBs return table names in upper case, so add that to the map. --- diff --git a/t/lib/dbixcsl_common_tests.pm b/t/lib/dbixcsl_common_tests.pm index 94b8e5b..7f8eb14 100644 --- 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', },