Use encoding names which may work better on Solaris. (#340434, Alessandro

2006-05-08  Matthias Clasen  <mclasen@redhat.com>

	* tests/convert-test.c (test_one_half): Use encoding names which
	may work better on Solaris.  (#340434, Alessandro Vesely)
This commit is contained in:
Matthias Clasen 2006-05-08 16:58:24 +00:00 committed by Matthias Clasen
parent eda3af5546
commit eb9ff05320
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2006-05-08 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c (test_one_half): Use encoding names which
may work better on Solaris. (#340434, Alessandro Vesely)
* tests/keyfile-test.c (test_number): Add some tests for
invalid floating point numbers.

View File

@ -1,5 +1,8 @@
2006-05-08 Matthias Clasen <mclasen@redhat.com>
* tests/convert-test.c (test_one_half): Use encoding names which
may work better on Solaris. (#340434, Alessandro Vesely)
* tests/keyfile-test.c (test_number): Add some tests for
invalid floating point numbers.

View File

@ -63,7 +63,7 @@ test_one_half (void)
GError *error = NULL;
out = g_convert (in, -1,
"ISO8859-1", "UTF-8",
"ISO-8859-1", "UTF-8",
&bytes_read, &bytes_written,
&error);
@ -74,7 +74,7 @@ test_one_half (void)
g_free (out);
out = g_convert (in, -1,
"ISO8859-15", "UTF-8",
"ISO-8859-15", "UTF-8",
&bytes_read, &bytes_written,
&error);