mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02:00
tests: Fix a couple of bug base URIs
bugs.gnome.org doesn’t redirect properly any more (and isn’t HTTPS). Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
cfe41f4ced
commit
fac219adf8
@ -887,7 +887,7 @@ main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
g_test_init (&argc, &argv, NULL);
|
g_test_init (&argc, &argv, NULL);
|
||||||
|
|
||||||
g_test_bug_base ("http://bugs.gnome.org/");
|
g_test_bug_base ("https://bugzilla.gnome.org/");
|
||||||
|
|
||||||
/* array tests */
|
/* array tests */
|
||||||
g_test_add_func ("/array/append", array_append);
|
g_test_add_func ("/array/append", array_append);
|
||||||
|
@ -329,7 +329,7 @@ main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
g_test_init (&argc, &argv, NULL);
|
g_test_init (&argc, &argv, NULL);
|
||||||
|
|
||||||
g_test_bug_base ("http://bugs.gnome.org/");
|
g_test_bug_base ("https://bugzilla.gnome.org/");
|
||||||
|
|
||||||
g_test_add_func ("/bytes/new", test_new);
|
g_test_add_func ("/bytes/new", test_new);
|
||||||
g_test_add_func ("/bytes/new-take", test_new_take);
|
g_test_add_func ("/bytes/new-take", test_new_take);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user