From 3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 26 Sep 2002 05:56:12 +0000 Subject: Treat spool as a local folder, so the ref checks work right. 2002-09-26 Not Zed * tests/folder/test2.c (main): Treat spool as a local folder, so the ref checks work right. * providers/local/camel-spool-store.c (get_folder): Use creat() instead of open() to create file. svn path=/trunk/; revision=18231 --- camel/tests/folder/test2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/tests') diff --git a/camel/tests/folder/test2.c b/camel/tests/folder/test2.c index afd35b1704..57a449ff59 100644 --- a/camel/tests/folder/test2.c +++ b/camel/tests/folder/test2.c @@ -49,7 +49,7 @@ int main(int argc, char **argv) /* create a pseudo-spool file, and check that */ creat("/tmp/camel-test/testbox", 0600); - test_folder_message_ops(session, "spool:///tmp/camel-test/testbox", FALSE, "INBOX"); + test_folder_message_ops(session, "spool:///tmp/camel-test/testbox", TRUE, "INBOX"); check_unref(session, 1); camel_exception_free(ex); -- cgit v1.2.3