From 207669a524a8b10269bbe4657c0feca8bbb813c6 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 9 Jan 2003 06:55:40 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'before-new-aspell'. svn path=/tags/before-new-aspell/; revision=19351 --- camel/tests/folder/test6.c | 56 ---------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 camel/tests/folder/test6.c (limited to 'camel/tests/folder/test6.c') diff --git a/camel/tests/folder/test6.c b/camel/tests/folder/test6.c deleted file mode 100644 index f0fd8a25ee..0000000000 --- a/camel/tests/folder/test6.c +++ /dev/null @@ -1,56 +0,0 @@ -/* folder testing */ - -#include "camel-test.h" -#include "folders.h" -#include "session.h" - -#include -#include -#include - -#include -#include -#include - -#define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0])) - -static char *remote_providers[] = { - "IMAP_TEST_URL", -}; - -int main(int argc, char **argv) -{ - CamelSession *session; - CamelException *ex; - int i; - char *path; - - camel_test_init(argc, argv); - - /* clear out any camel-test data */ - system("/bin/rm -rf /tmp/camel-test"); - - ex = camel_exception_new(); - - session = camel_test_session_new ("/tmp/camel-test"); - - for (i=0;i