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

index 94b8e5b..7f8eb14 100644 (file)
@@ -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',
             },