diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-06-26 21:58:40 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-07-01 21:19:40 +0800 |
commit | d3693520f43afa28ac328843ea3d01c2b1dac427 (patch) | |
tree | 31516866bd4de166295e1978d5366d792f48da84 /tests/check-empathy-chatroom.c | |
parent | f623e96f1e77b32d411150c4040055f11f17da2b (diff) | |
download | gsoc2013-empathy-d3693520f43afa28ac328843ea3d01c2b1dac427.tar gsoc2013-empathy-d3693520f43afa28ac328843ea3d01c2b1dac427.tar.gz gsoc2013-empathy-d3693520f43afa28ac328843ea3d01c2b1dac427.tar.bz2 gsoc2013-empathy-d3693520f43afa28ac328843ea3d01c2b1dac427.tar.lz gsoc2013-empathy-d3693520f43afa28ac328843ea3d01c2b1dac427.tar.xz gsoc2013-empathy-d3693520f43afa28ac328843ea3d01c2b1dac427.tar.zst gsoc2013-empathy-d3693520f43afa28ac328843ea3d01c2b1dac427.zip |
Port the tests to EmpathyAccount
Diffstat (limited to 'tests/check-empathy-chatroom.c')
-rw-r--r-- | tests/check-empathy-chatroom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-empathy-chatroom.c b/tests/check-empathy-chatroom.c index a4adf6ce1..f2110a8f8 100644 --- a/tests/check-empathy-chatroom.c +++ b/tests/check-empathy-chatroom.c @@ -12,7 +12,7 @@ static EmpathyChatroom * create_chatroom (void) { - McAccount *account; + EmpathyAccount *account; EmpathyChatroom *chatroom; account = get_test_account (); |