mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
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:
parent
cfdc6c0829
commit
b54cccf6a8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user