summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/wocky-xmpp-reader-test.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/wocky-xmpp-reader-test.c b/tests/wocky-xmpp-reader-test.c
index 19396bd..8d91e32 100644
--- a/tests/wocky-xmpp-reader-test.c
+++ b/tests/wocky-xmpp-reader-test.c
@@ -78,7 +78,8 @@
#define WHITESPACE_PADDED_BODY " The Wench is Dead! "
#define MESSAGE_WITH_WHITESPACE_PADDED_BODY \
-" <message to='morse@met.police.uk' from='lewis@met.police.uk'> " \
+" <message to='morse@thamesvalley.police.uk' " \
+" from='lewis@thamesvalley.police.uk'> " \
" <body>" WHITESPACE_PADDED_BODY "</body>" \
" </message>"
@@ -86,7 +87,8 @@
#define WHITESPACE_ONLY_BODY " "
#define MESSAGE_WITH_WHITESPACE_ONLY_BODY \
-" <message to='morse@met.police.uk' from='lewis@met.police.uk'> " \
+" <message to='morse@thamesvalley.police.uk' " \
+" from='lewis@thamesvalley.police.uk'> " \
" <body>" WHITESPACE_ONLY_BODY "</body>" \
" </message>"