Make the markup-parse test independent of the locale
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Apr 2012 13:31:08 +0000 (09:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Apr 2012 13:39:48 +0000 (09:39 -0400)
commit50aed1cc8f5cfc18d389c5e1c059368482fba56d
tree2e9ec72222822ab7e5a0824c60d9f557b7986f5c
parent5e0be9e9e2a3ed3b84fe3ce8d4d560220bd78811
Make the markup-parse test independent of the locale

I added a setlocale call, because we need it for Unicode to
come out right; but I forgot to fix the locale, so we now
fail when comparing error messages to the expected (English)
result. Correct this by setting LANG explicitly to en_US.utf-8.

https://bugzilla.gnome.org/show_bug.cgi?id=669285
glib/tests/markup-parse.c