tests: clean up for Unicode corrigendum #9
authorRyan Lortie <desrt@desrt.ca>
Tue, 12 Mar 2013 16:32:16 +0000 (12:32 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 12 Mar 2013 16:46:18 +0000 (12:46 -0400)
commite359bc09c2dc2f4feca1f4aec2ca6602aef870d1
tree3e4c534861ca1f61c969462c99cc4fa21b24c01f
parenta839dc5df6e16dd060490091ed00c4c7781f5ddd
tests: clean up for Unicode corrigendum #9

Unicode corrigendum #9 spells out in no uncertain terms that on
conversion interfaces we should not reject characters like U+FFFE and
U+FFFF which we were doing before.

Commit f91ef4ef15d220f6899c97aaf5b1c0a8f68cfe9a started accepting these
characters, but we had some testcases that were checking that strings
containing these characters should be rejected.

Update the tests.

https://bugzilla.gnome.org/show_bug.cgi?id=694669
glib/tests/utf8-validate.c