[evolution-patches] 310496, camel gpg test always fails
- From: Not Zed <notzed ximian com>
- To: asdf <evolution-patches lists ximian com>
- Subject: [evolution-patches] 310496, camel gpg test always fails
- Date: Mon, 08 Aug 2005 17:54:32 +0800
Reomve the test from a normal make check run.
--
adfa(evolution-2.4:20087): gtkhtml-WARNING **: cannot find icon:
'stock_insert-url' in gnome
Index: camel/tests/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/tests/ChangeLog,v
retrieving revision 1.1
diff -u -p -r1.1 ChangeLog
--- camel/tests/ChangeLog 10 Jun 2005 01:42:40 -0000 1.1
+++ camel/tests/ChangeLog 8 Aug 2005 09:55:40 -0000
@@ -1,3 +1,12 @@
+2005-08-08 Not Zed <NotZed Ximian com>
+
+ ** See bug #310496.
+
+ * smime/pgp.c (main): disable ourselves if CAMEL_TEST_GPG isn't
+ set. In reality i've never gotten it to work and it depends on a
+ lot of things which change from distro to distro (e.g, gpg-agent
+ completely breaks it).
+
2005-06-10 Not Zed <NotZed Ximian com>
* misc/rfc2047.c: fixed compilation of test, and removed the
Index: camel/tests/smime/pgp.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/tests/smime/pgp.c,v
retrieving revision 1.14
diff -u -p -r1.14 pgp.c
--- camel/tests/smime/pgp.c 31 Dec 2004 17:54:15 -0000 1.14
+++ camel/tests/smime/pgp.c 8 Aug 2005 09:55:41 -0000
@@ -127,6 +127,9 @@ int main (int argc, char **argv)
GByteArray *buf;
char *before, *after;
int ret;
+
+ if (getenv("CAMEL_TEST_GPG") == NULL)
+ return 77;
camel_test_init (argc, argv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]