[libsoup] Fix bug URI for non gnome.org bugs in unit tests
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] Fix bug URI for non gnome.org bugs in unit tests
- Date: Wed, 15 Nov 2017 08:38:04 +0000 (UTC)
commit 9bacd5816c556c9a96cc1659e62883c51741576f
Author: Tomas Popela <tpopela redhat com>
Date: Tue Nov 14 15:14:45 2017 +0100
Fix bug URI for non gnome.org bugs in unit tests
tests/auth-test.c | 3 ++-
tests/chunk-test.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/tests/auth-test.c b/tests/auth-test.c
index 2d66da9..1144dec 100644
--- a/tests/auth-test.c
+++ b/tests/auth-test.c
@@ -1132,7 +1132,8 @@ do_disappearing_auth_test (void)
SoupSession *session;
int counter;
- g_test_bug ("https://bugzilla.redhat.com/show_bug.cgi?id=916224");
+ g_test_bug_base ("https://bugzilla.redhat.com/");
+ g_test_bug ("916224");
server = soup_test_server_new (FALSE);
soup_server_add_handler (server, NULL,
diff --git a/tests/chunk-test.c b/tests/chunk-test.c
index e1dbb88..c658cbd 100644
--- a/tests/chunk-test.c
+++ b/tests/chunk-test.c
@@ -314,7 +314,8 @@ do_temporary_test (void)
char *client_md5;
const char *server_md5;
- g_test_bug ("https://bugs.webkit.org/show_bug.cgi?id=18343");
+ g_test_bug_base ("https://bugs.webkit.org/");
+ g_test_bug ("18343");
msg = soup_message_new_from_uri ("PUT", base_uri);
soup_message_body_append (msg->request_body, SOUP_MEMORY_TEMPORARY,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]