summaryrefslogtreecommitdiff
path: root/tests/dbus/test-tpl-log-store-xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/test-tpl-log-store-xml.c')
-rw-r--r--tests/dbus/test-tpl-log-store-xml.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/dbus/test-tpl-log-store-xml.c b/tests/dbus/test-tpl-log-store-xml.c
index a16a95b..11e841d 100644
--- a/tests/dbus/test-tpl-log-store-xml.c
+++ b/tests/dbus/test-tpl-log-store-xml.c
@@ -320,7 +320,8 @@ test_add_text_event (XmlTestCaseFixture *fixture,
TP_ACCOUNT_OBJECT_PATH_BASE "idle/irc/me",
&account, &account_service);
- me = tpl_entity_new ("me", TPL_ENTITY_SELF, "my-alias", "my-avatar");
+ me = tpl_entity_new ("bob.mcbadgers@example.com", TPL_ENTITY_SELF,
+ "my-alias", "my-avatar");
contact = tpl_entity_new ("contact", TPL_ENTITY_CONTACT, "contact-alias",
"contact-token");
room = tpl_entity_new_from_room_id ("room");
@@ -744,7 +745,8 @@ test_add_call_event (XmlTestCaseFixture *fixture,
TP_ACCOUNT_OBJECT_PATH_BASE "gabble/jabber/me",
&account, &account_service);
- me = tpl_entity_new ("me", TPL_ENTITY_SELF, "my-alias", "my-avatar");
+ me = tpl_entity_new ("bob.mcbadgers@example.com", TPL_ENTITY_SELF,
+ "my-alias", "my-avatar");
contact = tpl_entity_new ("contact", TPL_ENTITY_CONTACT, "contact-alias",
"contact-token");
room = tpl_entity_new_from_room_id ("room");