diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:29 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:29 +0800 |
commit | a348a79dbdcb51c9936db250f529501bf3d232b5 (patch) | |
tree | 4ebf08f2c3dbab57adcb600c225027877dc7a114 /tests/check-empathy-chatroom-manager.c | |
parent | 7efe482b09cb2709fc82d777827c0043d0035406 (diff) | |
download | gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.gz gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.bz2 gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.lz gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.xz gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.zst gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.zip |
rename remove_account_from_gconf to destroy_test_account and destroy the account object in it
svn path=/trunk/; revision=1555
Diffstat (limited to 'tests/check-empathy-chatroom-manager.c')
-rw-r--r-- | tests/check-empathy-chatroom-manager.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/check-empathy-chatroom-manager.c b/tests/check-empathy-chatroom-manager.c index e340378ce..4c7c882c6 100644 --- a/tests/check-empathy-chatroom-manager.c +++ b/tests/check-empathy-chatroom-manager.c @@ -39,9 +39,7 @@ START_TEST (test_empathy_chatroom_manager_new) g_free (file); g_object_unref (mgr); - remove_account_from_gconf (account); - mc_account_delete (account); - g_object_unref (account); + destroy_test_account (account); } END_TEST |