move newline printing from run_from_uri_tests() to run_roundtrip_tests().
authorManish Singh <yosh@gimp.org>
Sun, 1 Aug 2004 20:21:02 +0000 (20:21 +0000)
committerManish Singh <yosh@src.gnome.org>
Sun, 1 Aug 2004 20:21:02 +0000 (20:21 +0000)
Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>

        * tests/uri-test.c: move newline printing from run_from_uri_tests()
        to run_roundtrip_tests().

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/uri-test.c

index 7bacf0c..ab22465 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/uri-test.c: move newline printing from run_from_uri_tests()
+       to run_roundtrip_tests().
+
 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
                                                                                 
        * Post-release version bump
index 7bacf0c..ab22465 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/uri-test.c: move newline printing from run_from_uri_tests()
+       to run_roundtrip_tests().
+
 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
                                                                                 
        * Post-release version bump
index 7bacf0c..ab22465 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/uri-test.c: move newline printing from run_from_uri_tests()
+       to run_roundtrip_tests().
+
 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
                                                                                 
        * Post-release version bump
index 7bacf0c..ab22465 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/uri-test.c: move newline printing from run_from_uri_tests()
+       to run_roundtrip_tests().
+
 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
                                                                                 
        * Post-release version bump
index 7bacf0c..ab22465 100644 (file)
@@ -1,3 +1,8 @@
+Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
+
+       * tests/uri-test.c: move newline printing from run_from_uri_tests()
+       to run_roundtrip_tests().
+
 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
                                                                                 
        * Post-release version bump
index 86536e4..148b1c9 100644 (file)
@@ -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