Skip to Content.
Sympa Menu

freetds - Re: [freetds] One failing unit test (iconv_read) on git master on OS X

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Marc Abramowitz <marca AT surveymonkey.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] One failing unit test (iconv_read) on git master on OS X
  • Date: Sat, 14 Sep 2013 16:30:08 +0000

The weird thing is that the test is complaining about out_len being 1024
bytes instead of 4077:

marca@marca-mac:~/dev/git-repos/freetds$ cat src/tds/unittests/iconv_fread.log
out 1024 bytes expected 4077
res 0 out_len 1024

But the output file has 4077 "a" characters (and then a space and two
exclamation points):

marca@marca-mac:~/dev/git-repos/freetds$ wc -c
src/tds/unittests/iconv_fread.out
4080 src/tds/unittests/iconv_fread.out
marca@marca-mac:~/dev/git-repos/freetds$ cat src/tds/unittests/iconv_fread.out
aaaaaa… !!

which looks like it might be correct.




Archive powered by MHonArc 2.6.24.

Top of Page