From eaa3fd96f13640462f06c5e66f1601a045cdb02a Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Thu, 3 Sep 2020 11:26:56 +0200 Subject: comment out broken test --- test/it_dbi.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/it_dbi.t') 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 -- cgit v1.2.3