aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check-helpers.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:02 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:02 +0800
commitf0762d3d556c168c9ec1d85d69cf10cdf2fef97a (patch)
tree6aabff5ab9b31bc0885b3b8c6e0b530313f6c833 /tests/check-helpers.h
parent70730f587cae7c323d2c6d58384b8c628c62c5ad (diff)
downloadgsoc2013-empathy-f0762d3d556c168c9ec1d85d69cf10cdf2fef97a.tar
gsoc2013-empathy-f0762d3d556c168c9ec1d85d69cf10cdf2fef97a.tar.gz
gsoc2013-empathy-f0762d3d556c168c9ec1d85d69cf10cdf2fef97a.tar.bz2
gsoc2013-empathy-f0762d3d556c168c9ec1d85d69cf10cdf2fef97a.tar.lz
gsoc2013-empathy-f0762d3d556c168c9ec1d85d69cf10cdf2fef97a.tar.xz
gsoc2013-empathy-f0762d3d556c168c9ec1d85d69cf10cdf2fef97a.tar.zst
gsoc2013-empathy-f0762d3d556c168c9ec1d85d69cf10cdf2fef97a.zip
factor out get_xml_file, get_user_xml_file and copy_xml_file
svn path=/trunk/; revision=1548
Diffstat (limited to 'tests/check-helpers.h')
-rw-r--r--tests/check-helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/check-helpers.h b/tests/check-helpers.h
index b71b3b65b..85cebc1b3 100644
--- a/tests/check-helpers.h
+++ b/tests/check-helpers.h
@@ -40,4 +40,8 @@ G_STMT_START { \
expect_critical (FALSE); \
} G_STMT_END;
+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);
+
#endif /* #ifndef __CHECK_HELPERS_H__ */