Re: One failing unit test (iconv_read) on git master on OS X
Marc Abramowitz <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <CE59DC91.1FB1E%[email protected]> |
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.