diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:55:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:55:25 +0800 |
commit | a5f068db869d99cd7b3423cc0110e2e69b6ec4f5 (patch) | |
tree | d2f5a465ad15e91208d16f5d629ef7b1df2e06eb /tests/check-empathy-helpers.h | |
parent | 063c6dbfe2fb57ab251fcd51060e4e326a96105f (diff) | |
download | gsoc2013-empathy-a5f068db869d99cd7b3423cc0110e2e69b6ec4f5.tar gsoc2013-empathy-a5f068db869d99cd7b3423cc0110e2e69b6ec4f5.tar.gz gsoc2013-empathy-a5f068db869d99cd7b3423cc0110e2e69b6ec4f5.tar.bz2 gsoc2013-empathy-a5f068db869d99cd7b3423cc0110e2e69b6ec4f5.tar.lz gsoc2013-empathy-a5f068db869d99cd7b3423cc0110e2e69b6ec4f5.tar.xz gsoc2013-empathy-a5f068db869d99cd7b3423cc0110e2e69b6ec4f5.tar.zst gsoc2013-empathy-a5f068db869d99cd7b3423cc0110e2e69b6ec4f5.zip |
reuse test account instead of creating one at each test to avoid to pollute gconf DB with loooooot of unremovable accounts
svn path=/trunk/; revision=1573
Diffstat (limited to 'tests/check-empathy-helpers.h')
-rw-r--r-- | tests/check-empathy-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-empathy-helpers.h b/tests/check-empathy-helpers.h index 411816bc1..4d52c04e5 100644 --- a/tests/check-empathy-helpers.h +++ b/tests/check-empathy-helpers.h @@ -25,7 +25,7 @@ gchar * get_xml_file (const gchar *filename); gchar * get_user_xml_file (const gchar *filename); void copy_xml_file (const gchar *orig, const gchar *dest); -McAccount * create_test_account (void); +McAccount * get_test_account (void); void destroy_test_account (McAccount *account); #endif /* #ifndef __CHECK_EMPATHY_HELPERS_H__ */ |