[evolution-ews/wip/tests] tests: Fix example hostnames
- From: Fabiano Fidêncio <ffidencio src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/wip/tests] tests: Fix example hostnames
- Date: Wed, 2 Oct 2013 12:38:18 +0000 (UTC)
commit d70a5d67b302c6432e08636e58165fbbe105637b
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Oct 1 21:53:59 2013 +0100
tests: Fix example hostnames
Hostnames which are passed to the resolver shouldn’t include path components.
src/tests/common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tests/common.c b/src/tests/common.c
index 3fcc291..3b34a0a 100644
--- a/src/tests/common.c
+++ b/src/tests/common.c
@@ -70,7 +70,7 @@ prepare_fake_data (void)
g_strdup_printf ("Exchange%s", supported_versions[i]));
fake_hostnames = g_list_append (
fake_hostnames,
- g_strdup_printf ("exchange%s.foo.bar/EWS/Exchange.asm", supported_versions[i]));
+ g_strdup_printf ("exchange%s.foo.bar", supported_versions[i]));
fake_server_uris = g_list_append (
fake_server_uris,
g_strdup_printf ("https://exchange%s.foo.bar/EWS/Exchange.asm",
supported_versions[i]));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]