summaryrefslogtreecommitdiff
path: root/test/it_dbi.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/it_dbi.t')
-rwxr-xr-xtest/it_dbi.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/it_dbi.t b/test/it_dbi.t
index ca5b537..ba8eaeb 100755
--- a/test/it_dbi.t
+++ b/test/it_dbi.t
@@ -287,8 +287,9 @@ $GLOBALS['debug_sqllog'] = false;
# test latin1 (produces warnings on stderr for failing)
-$record = new it_dbi_test(['charset' => 'latin1']);
-$record->select(['foo' => "\xc3\x28"]);
+#TODO this is not a proper test and the charset is currently used as dyncol
+#$record = new it_dbi_test(['charset' => 'latin1']);
+#$record->select(['foo' => "\xc3\x28"]);
# Test field localization feature