mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
tests: Stop using g_test_bug_base() in file tests
Since a following commit is going to add a new test which references Gitlab, so it’s best to move the URI bases inside the test cases. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -686,7 +686,7 @@ test_replace_cancel (void)
|
|||||||
guint count;
|
guint count;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
||||||
g_test_bug ("629301");
|
g_test_bug ("https://bugzilla.gnome.org/629301");
|
||||||
|
|
||||||
path = g_dir_make_tmp ("g_file_replace_cancel_XXXXXX", &error);
|
path = g_dir_make_tmp ("g_file_replace_cancel_XXXXXX", &error);
|
||||||
g_assert_no_error (error);
|
g_assert_no_error (error);
|
||||||
@@ -1858,8 +1858,6 @@ main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
g_test_init (&argc, &argv, NULL);
|
g_test_init (&argc, &argv, NULL);
|
||||||
|
|
||||||
g_test_bug_base ("http://bugzilla.gnome.org/");
|
|
||||||
|
|
||||||
g_test_add_func ("/file/basic", test_basic);
|
g_test_add_func ("/file/basic", test_basic);
|
||||||
g_test_add_func ("/file/build-filename", test_build_filename);
|
g_test_add_func ("/file/build-filename", test_build_filename);
|
||||||
g_test_add_func ("/file/parent", test_parent);
|
g_test_add_func ("/file/parent", test_parent);
|
||||||
|
Reference in New Issue
Block a user