summaryrefslogtreecommitdiff
path: root/test/it_dbi.t
diff options
context:
space:
mode:
authorNathan Gass2020-09-03 11:26:56 +0200
committerNathan Gass2020-09-03 11:26:56 +0200
commiteaa3fd96f13640462f06c5e66f1601a045cdb02a (patch)
tree3d3f57702b68c2a0e681ec9c9d302b0bdd5c6417 /test/it_dbi.t
parent99983d2d3ee03f24424d424ef6d8030ec55639d6 (diff)
downloaditools-eaa3fd96f13640462f06c5e66f1601a045cdb02a.tar.gz
itools-eaa3fd96f13640462f06c5e66f1601a045cdb02a.tar.bz2
itools-eaa3fd96f13640462f06c5e66f1601a045cdb02a.zip
comment out broken test
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