move newline printing from run_from_uri_tests() to run_roundtrip_tests().

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().
This commit is contained in:
Manish Singh
2004-08-01 20:21:02 +00:00
committed by Manish Singh
parent cfdc6c0829
commit b54cccf6a8
6 changed files with 26 additions and 1 deletions

View 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