mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Copy-and-paste error slipped into test5. Enable test5, as per Matthias'
2006-03-27 Dom Lachowicz <cinamod@hotmail.com> * tests/option-test.c: Copy-and-paste error slipped into test5. Enable test5, as per Matthias' comments in bug 329548#c11.
This commit is contained in:
parent
9749aa87e5
commit
a9f52a13b0
@ -1,3 +1,8 @@
|
||||
2006-03-27 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* tests/option-test.c: Copy-and-paste error slipped into test5. Enable
|
||||
test5, as per Matthias' comments in bug 329548#c11.
|
||||
|
||||
2006-03-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Add support for floating point numbers to goption.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-03-27 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
* tests/option-test.c: Copy-and-paste error slipped into test5. Enable
|
||||
test5, as per Matthias' comments in bug 329548#c11.
|
||||
|
||||
2006-03-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Add support for floating point numbers to goption.
|
||||
|
@ -388,7 +388,7 @@ arg_test5 (void)
|
||||
g_assert (retval);
|
||||
|
||||
/* Last arg specified is the one that should be stored */
|
||||
g_assert (arg_test4_double == 30.03);
|
||||
g_assert (arg_test5_double == 30.03);
|
||||
|
||||
setlocale(LC_NUMERIC, old_locale);
|
||||
g_free (old_locale);
|
||||
@ -1356,7 +1356,7 @@ main (int argc, char **argv)
|
||||
arg_test2 ();
|
||||
arg_test3 ();
|
||||
arg_test4 ();
|
||||
/* arg_test5 (); */
|
||||
arg_test5 ();
|
||||
|
||||
/* Test string arrays */
|
||||
array_test1 ();
|
||||
|
Loading…
Reference in New Issue
Block a user