From 39c61f519db6594c4b70779f9d56fb8f0eecfa01 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 2 Mar 2001 01:33:29 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'guikachu-0_2'. svn path=/tags/guikachu-0_2/; revision=8507 --- camel/tests/folder/test7.c | 74 ---------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 camel/tests/folder/test7.c (limited to 'camel/tests/folder/test7.c') diff --git a/camel/tests/folder/test7.c b/camel/tests/folder/test7.c deleted file mode 100644 index 7acacebbcd..0000000000 --- a/camel/tests/folder/test7.c +++ /dev/null @@ -1,74 +0,0 @@ -/* folder testing */ - -#include "camel-test.h" -#include "messages.h" - -#include -#include -#include -#include - -#include -#include -#include - -/* god, who designed this horrid interface */ -static char *auth_callback(CamelAuthCallbackMode mode, - char *data, gboolean secret, - CamelService *service, char *item, - CamelException *ex) -{ - return NULL; -} - -static int regtimeout() -{ - return 1; -} - -static int unregtimeout() -{ - return 1; -} - -#define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0])) - -static char *remote_providers[] = { - "NNTP_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_session_new("/tmp/camel-test", auth_callback, regtimeout, unregtimeout); - - for (i=0;i