summaryrefslogtreecommitdiff
path: root/tests/forms-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/forms-test.c')
-rw-r--r--tests/forms-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/forms-test.c b/tests/forms-test.c
index 74792f11..e48c9c9a 100644
--- a/tests/forms-test.c
+++ b/tests/forms-test.c
@@ -412,11 +412,11 @@ main (int argc, char **argv)
loop = g_main_loop_new (NULL, TRUE);
if (run_tests) {
- uri_str = g_strdup_printf ("http://localhost:%u/hello", port);
+ uri_str = g_strdup_printf ("http://127.0.0.1:%u/hello", port);
do_hello_tests (uri_str);
g_free (uri_str);
- uri_str = g_strdup_printf ("http://localhost:%u/md5", port);
+ uri_str = g_strdup_printf ("http://127.0.0.1:%u/md5", port);
do_md5_tests (uri_str);
g_free (uri_str);
} else {