Set LANGUAGE instead of LC_ALL to shield against LANGUAGE being set in the
authorMatthias Clasen <mclasen@redhat.com>
Thu, 24 Feb 2005 03:54:42 +0000 (03:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 24 Feb 2005 03:54:42 +0000 (03:54 +0000)
2005-02-23  Matthias Clasen  <mclasen@redhat.com>

* tests/keyfile-test.c (test_locale_string): Set LANGUAGE
instead of LC_ALL to shield against LANGUAGE being set in
the environment.  (#168311, Suren A. Chilingaryan)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
tests/keyfile-test.c

index f4884de..a3c8e91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
+       instead of LC_ALL to shield against LANGUAGE being set in 
+       the environment.  (#168311, Suren A. Chilingaryan)
+
 Tue Feb 22 22:03:38 2005  Manish Singh  <yosh@gimp.org>
 
        * glib/gstdio.h: On G_OS_UNIX, simple #define g_open and co. as
index f4884de..a3c8e91 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
+       instead of LC_ALL to shield against LANGUAGE being set in 
+       the environment.  (#168311, Suren A. Chilingaryan)
+
 Tue Feb 22 22:03:38 2005  Manish Singh  <yosh@gimp.org>
 
        * glib/gstdio.h: On G_OS_UNIX, simple #define g_open and co. as
index f4884de..a3c8e91 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
+       instead of LC_ALL to shield against LANGUAGE being set in 
+       the environment.  (#168311, Suren A. Chilingaryan)
+
 Tue Feb 22 22:03:38 2005  Manish Singh  <yosh@gimp.org>
 
        * glib/gstdio.h: On G_OS_UNIX, simple #define g_open and co. as
index f4884de..a3c8e91 100644 (file)
@@ -1,3 +1,9 @@
+2005-02-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * tests/keyfile-test.c (test_locale_string): Set LANGUAGE 
+       instead of LC_ALL to shield against LANGUAGE being set in 
+       the environment.  (#168311, Suren A. Chilingaryan)
+
 Tue Feb 22 22:03:38 2005  Manish Singh  <yosh@gimp.org>
 
        * glib/gstdio.h: On G_OS_UNIX, simple #define g_open and co. as
index 9b2559f..6680648 100644 (file)
@@ -615,7 +615,7 @@ test_locale_string (void)
 
   /* now test that translations are thrown away */
 
-  g_setenv ("LC_ALL", "de", TRUE);
+  g_setenv ("LANGUAGE", "de", TRUE);
   setlocale (LC_ALL, "");
 
   keyfile = load_data (data, 0);