From: Manish Singh Date: Sun, 1 Aug 2004 20:21:02 +0000 (+0000) Subject: move newline printing from run_from_uri_tests() to run_roundtrip_tests(). X-Git-Tag: GLIB_2_5_2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b54cccf6a8470d3b238c87acec1e17092791e431;p=platform%2Fupstream%2Fglib.git move newline printing from run_from_uri_tests() to run_roundtrip_tests(). Sun Aug 1 13:19:18 2004 Manish Singh * tests/uri-test.c: move newline printing from run_from_uri_tests() to run_roundtrip_tests(). --- diff --git a/ChangeLog b/ChangeLog index 7bacf0c..ab22465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 1 13:19:18 2004 Manish Singh + + * tests/uri-test.c: move newline printing from run_from_uri_tests() + to run_roundtrip_tests(). + 2004-08-01 Matthias Clasen * Post-release version bump diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7bacf0c..ab22465 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Aug 1 13:19:18 2004 Manish Singh + + * tests/uri-test.c: move newline printing from run_from_uri_tests() + to run_roundtrip_tests(). + 2004-08-01 Matthias Clasen * Post-release version bump diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 7bacf0c..ab22465 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +Sun Aug 1 13:19:18 2004 Manish Singh + + * tests/uri-test.c: move newline printing from run_from_uri_tests() + to run_roundtrip_tests(). + 2004-08-01 Matthias Clasen * Post-release version bump diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 7bacf0c..ab22465 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Aug 1 13:19:18 2004 Manish Singh + + * tests/uri-test.c: move newline printing from run_from_uri_tests() + to run_roundtrip_tests(). + 2004-08-01 Matthias Clasen * Post-release version bump diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 7bacf0c..ab22465 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Aug 1 13:19:18 2004 Manish Singh + + * tests/uri-test.c: move newline printing from run_from_uri_tests() + to run_roundtrip_tests(). + 2004-08-01 Matthias Clasen * Post-release version bump diff --git a/tests/uri-test.c b/tests/uri-test.c index 86536e4..148b1c9 100644 --- a/tests/uri-test.c +++ b/tests/uri-test.c @@ -307,7 +307,6 @@ run_from_uri_tests (void) /* Give some output */ g_print ("."); } - g_print ("\n"); } static gint @@ -370,6 +369,7 @@ run_roundtrip_tests (void) /* Give some output */ g_print ("."); } + g_print ("\n"); } int