diff options
Diffstat (limited to 'tests/test9.c')
-rw-r--r-- | tests/test9.c | 4 |
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)); } |