aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test9.c
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-03-28 06:48:24 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-03-28 06:48:24 +0800
commit767c63615d6229c42ea90503f3888aebf38519ae (patch)
treee911f4ecce4fd1b9e96451f6f640d90ea192bea0 /tests/test9.c
parent3ec585e1b510620a718d672ac682f2b467fe43c2 (diff)
downloadgsoc2013-evolution-767c63615d6229c42ea90503f3888aebf38519ae.tar
gsoc2013-evolution-767c63615d6229c42ea90503f3888aebf38519ae.tar.gz
gsoc2013-evolution-767c63615d6229c42ea90503f3888aebf38519ae.tar.bz2
gsoc2013-evolution-767c63615d6229c42ea90503f3888aebf38519ae.tar.lz
gsoc2013-evolution-767c63615d6229c42ea90503f3888aebf38519ae.tar.xz
gsoc2013-evolution-767c63615d6229c42ea90503f3888aebf38519ae.tar.zst
gsoc2013-evolution-767c63615d6229c42ea90503f3888aebf38519ae.zip
This test is basically now invalid.
2000-03-27 NotZed <NotZed@HelixCode.com> * tests/test9.c (main): This test is basically now invalid. * tests/test11.c (main): Fix for async search api. Probably works. Removed camel-mbox-*.h headers, should be private. svn path=/trunk/; revision=2200
Diffstat (limited to 'tests/test9.c')
-rw-r--r--tests/test9.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test9.c b/tests/test9.c
index cb4cd9de61..febf0fed78 100644
--- a/tests/test9.c
+++ b/tests/test9.c
@@ -47,7 +47,11 @@ main (int argc, char**argv)
ex);
close (test_file_fd);
+#warning This test is no longer valid.
+#if 0
+ /* needs a folder to work with (indexing) */
camel_mbox_write_xev (argv[1], message_info_array, &mbox_file_size, 1, ex);
+#endif
if (camel_exception_get_id (ex)) {
printf ("Exception caught in camel_mbox_write_xev : %s\n", camel_exception_get_description (ex));
}