aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-06 05:26:44 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-08-06 05:26:44 +0800
commitbb503a0bb583f7e6ae1280b64328e2ab97485a87 (patch)
tree73243aa1126f541bbd584cc34e90567fdd446544
parent7e8e444982ca1b454a8d7fb7e6462f6d1ced44d2 (diff)
downloadgsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar
gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.gz
gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.bz2
gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.lz
gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.xz
gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.tar.zst
gsoc2013-evolution-bb503a0bb583f7e6ae1280b64328e2ab97485a87.zip
forgotten file
svn path=/trunk/; revision=1084
-rw-r--r--tests/test4.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/test4.c b/tests/test4.c
new file mode 100644
index 0000000000..a19a91a3c3
--- /dev/null
+++ b/tests/test4.c
@@ -0,0 +1,23 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+
+/* testing mh providers
+ do not use CamelMhFolder directly.
+ We do it here for test purpose only */
+
+
+
+#include "camel-folder.h"
+#include "camel-mh-folder.h"
+#include "camel.h"
+
+int
+main (int argc, char**argv)
+{
+ CamelFolder *folder;
+
+ /* folder = gtk_type_new (CAMEL_MH_FOLDER_TYPE); */
+ /* nothing for the moment */
+
+
+
+}