summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorUrban Müller2018-09-25 15:36:30 +0200
committerUrban Müller2018-09-25 15:36:30 +0200
commit808df7b23e2bbcd782f61f4e50f10a2fea5ef06e (patch)
treec10cecb7772600d1c8cba21192cc1c46df982018 /test
parente15143a71b985c53b15bf62d3c47e3bbce578d6d (diff)
downloaditools-808df7b23e2bbcd782f61f4e50f10a2fea5ef06e.tar.gz
itools-808df7b23e2bbcd782f61f4e50f10a2fea5ef06e.tar.bz2
itools-808df7b23e2bbcd782f61f4e50f10a2fea5ef06e.zip
syntax fix
Diffstat (limited to 'test')
-rwxr-xr-xtest/it_dbi.t2
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