From b54cccf6a8470d3b238c87acec1e17092791e431 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 1 Aug 2004 20:21:02 +0000 Subject: [PATCH] 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(). --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ tests/uri-test.c | 2 +- 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7bacf0cb..ab224657 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 7bacf0cb..ab224657 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 7bacf0cb..ab224657 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 7bacf0cb..ab224657 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 7bacf0cb..ab224657 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 86536e4c..148b1c93 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 -- 2.34.1