[glib] tests: Fix a couple of bug base URIs



commit fac219adf83212e7f46de812e145ca9964c6e888
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Nov 7 11:45:53 2017 +0000

    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>

 glib/tests/array-test.c |    2 +-
 glib/tests/bytes.c      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/tests/array-test.c b/glib/tests/array-test.c
index f696f0f..d23ff24 100644
--- a/glib/tests/array-test.c
+++ b/glib/tests/array-test.c
@@ -887,7 +887,7 @@ main (int argc, char *argv[])
 {
   g_test_init (&argc, &argv, NULL);
 
-  g_test_bug_base ("http://bugs.gnome.org/";);
+  g_test_bug_base ("https://bugzilla.gnome.org/";);
 
   /* array tests */
   g_test_add_func ("/array/append", array_append);
diff --git a/glib/tests/bytes.c b/glib/tests/bytes.c
index 5188243..a436eae 100644
--- a/glib/tests/bytes.c
+++ b/glib/tests/bytes.c
@@ -329,7 +329,7 @@ main (int argc, char *argv[])
 {
   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-take", test_new_take);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]