Skip to content

Instantly share code, notes, and snippets.

@petr999
Created January 24, 2011 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petr999/793182 to your computer and use it in GitHub Desktop.
Save petr999/793182 to your computer and use it in GitHub Desktop.
1..15
ok 1
ok 2
ok 3 - testing quoting of utf 8 string
ok 4 - testing quoting of blob
ok 5 - INSERT query INSERT INTO t1 (name, bincol, shape, binutf)
# VALUES (?,?, GeomFromText('Point(132865 501937)'), ?)
#
#
ok 6
ok 7
ok 8
ok 9
not ok 10 - blob was made utf8!.
# Failed test 'blob was made utf8!.'
# at t/55utf8.t.new line 83.
ok 11 - shape was made utf8!.
Wide character in print at /usr/local/lib/perl5/site_perl/5.12.2/Test/Builder.pm line 1753.
not ok 12 - compare Ādam eq Ädam
Wide character in print at /usr/local/lib/perl5/site_perl/5.12.2/Test/Builder.pm line 1753.
# Failed test 'compare Ādam eq Ädam'
# at t/55utf8.t.new line 88.
Wide character in print at /usr/local/lib/perl5/site_perl/5.12.2/Test/Builder.pm line 1753.
# got: 'Ādam'
# expected: 'Ädam'
ok 13
ok 14
ok 15
# Looks like you failed 2 tests of 15.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment