diff options
Diffstat (limited to 'test/it_dbi.t')
-rwxr-xr-x | test/it_dbi.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_dbi.t b/test/it_dbi.t index 025b2f7..faac5a3 100755 --- a/test/it_dbi.t +++ b/test/it_dbi.t @@ -277,7 +277,7 @@ $GLOBALS['debug_sqllog'] = false; # test latin1 (produces warnings on stderr for failing) -$record = new it_dbi_test('charset' => 'latin1'); +$record = new it_dbi_test(['charset' => 'latin1']); $record->select(array('foo' => "\xc3\x28")); # Test field localization feature |