[libsoup/hsts: 23/36] Add missing URI get call that was rendering test no-op
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/hsts: 23/36] Add missing URI get call that was rendering test no-op
- Date: Tue, 25 Sep 2018 14:56:46 +0000 (UTC)
commit 79e903167b7975f6c5cf3ed3ff6b6f9023c9b400
Author: Claudio Saavedra <csaavedra igalia com>
Date: Fri Sep 7 16:31:21 2018 +0300
Add missing URI get call that was rendering test no-op
tests/hsts-test.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tests/hsts-test.c b/tests/hsts-test.c
index e3ce7d80..549b8535 100644
--- a/tests/hsts-test.c
+++ b/tests/hsts-test.c
@@ -331,6 +331,7 @@ do_hsts_extra_values_test (void)
SoupSession *session = hsts_session_new (NULL);
char *uri = g_strdup_printf ("https://localhost/extra-values-%i", i);
session_get_uri (session, "http://localhost", SOUP_STATUS_MOVED_PERMANENTLY);
+ session_get_uri (session, uri, SOUP_STATUS_OK);
soup_test_session_abort_unref (session);
g_free (uri);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]