diff options
author | Nathan Gass | 2020-09-03 11:26:56 +0200 |
---|---|---|
committer | Nathan Gass | 2020-09-03 11:26:56 +0200 |
commit | eaa3fd96f13640462f06c5e66f1601a045cdb02a (patch) | |
tree | 3d3f57702b68c2a0e681ec9c9d302b0bdd5c6417 /test | |
parent | 99983d2d3ee03f24424d424ef6d8030ec55639d6 (diff) | |
download | itools-eaa3fd96f13640462f06c5e66f1601a045cdb02a.tar.gz itools-eaa3fd96f13640462f06c5e66f1601a045cdb02a.tar.bz2 itools-eaa3fd96f13640462f06c5e66f1601a045cdb02a.zip |
comment out broken test
Diffstat (limited to 'test')
-rwxr-xr-x | test/it_dbi.t | 5 |
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 |