diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:05 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:05 +0800 |
commit | 861c07c7e33e1a0145d9a46fa98e5b50e0cee19b (patch) | |
tree | e924e38044a7a97f476a31cf6eabba020b2529a3 /tests/check-empathy-chatroom.c | |
parent | f0762d3d556c168c9ec1d85d69cf10cdf2fef97a (diff) | |
download | gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.gz gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.bz2 gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.lz gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.xz gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.tar.zst gsoc2013-empathy-861c07c7e33e1a0145d9a46fa98e5b50e0cee19b.zip |
fake the profile and the CM for tests
svn path=/trunk/; revision=1549
Diffstat (limited to 'tests/check-empathy-chatroom.c')
-rw-r--r-- | tests/check-empathy-chatroom.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check-empathy-chatroom.c b/tests/check-empathy-chatroom.c index fca2f1286..1e426b552 100644 --- a/tests/check-empathy-chatroom.c +++ b/tests/check-empathy-chatroom.c @@ -15,8 +15,7 @@ create_chatroom (void) McAccount *account; EmpathyChatroom *chatroom; - /* FIXME: we should fake the profile */ - profile = mc_profile_lookup ("jabber"); + profile = mc_profile_lookup ("test"); account = mc_account_create (profile); chatroom = empathy_chatroom_new (account); fail_if (chatroom == NULL); |