aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/folder/test7.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/tests/folder/test7.c')
-rw-r--r--camel/tests/folder/test7.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/tests/folder/test7.c b/camel/tests/folder/test7.c
index 3dee12916d..a10771595c 100644
--- a/camel/tests/folder/test7.c
+++ b/camel/tests/folder/test7.c
@@ -1,6 +1,7 @@
/* folder testing */
#include "camel-test.h"
+#include "camel-test-provider.h"
#include "messages.h"
#include "session.h"
@@ -14,6 +15,7 @@
#define ARRAY_LEN(x) (sizeof(x)/sizeof(x[0]))
+static const char *nntp_drivers[] = { "nntp" };
static char *remote_providers[] = {
"NNTP_TEST_URL",
};
@@ -26,6 +28,7 @@ int main(int argc, char **argv)
char *path;
camel_test_init(argc, argv);
+ camel_test_provider_init(1, nntp_drivers);
/* clear out any camel-test data */
system("/bin/rm -rf /tmp/camel-test");
wg2013-07-051-1/+1 * ftp/yafc: update to 1.2.5wg2013-06-172-5/+6 * Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1 * Fix NLS supportpawel2013-04-201-2/+1 * Only install the bash completion file if the newly-added BASH option is set.rakuco2013-01-201-5/+11 * - Update to 1.2.4.rakuco2013-01-172-8/+4 * - Update to 1.2.3bdrewery2012-11-282-4/+8 * - Update to 1.2.2bdrewery2012-11-103-34/+14 * - Add LICENSEsperber2012-07-202-7/+49 * - Update to 1.2.0sylvio2012-06-252-12/+13 * - Update to version 1.1.3 [1]pawel2012-05-084-78/+16 * - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1 * - Get Rid MD5 supportmiwi2011-03-19