From a9f52a13b017775ee3638325403c6746af8f3087 Mon Sep 17 00:00:00 2001 From: Dom Lachowicz Date: Mon, 27 Mar 2006 13:34:16 +0000 Subject: [PATCH] Copy-and-paste error slipped into test5. Enable test5, as per Matthias' 2006-03-27 Dom Lachowicz * tests/option-test.c: Copy-and-paste error slipped into test5. Enable test5, as per Matthias' comments in bug 329548#c11. --- ChangeLog | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ tests/option-test.c | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee5be11ac..684add719 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-27 Dom Lachowicz + + * 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 Add support for floating point numbers to goption. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index ee5be11ac..684add719 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2006-03-27 Dom Lachowicz + + * 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 Add support for floating point numbers to goption. diff --git a/tests/option-test.c b/tests/option-test.c index 800c97f3e..ffaa925d7 100644 --- a/tests/option-test.c +++ b/tests/option-test.c @@ -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 ();