1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
2007-10-26 Matthew Barnes <mbarnes@redhat.com>
* folder/Makefile.am:
* message/Makefile.am:
* mime-filter/Makefile.am:
* misc/Makefile.am:
* smime/Makefile.am:
* stream/Makefile.am:
Disable the tests until someone can scrape off the bit rot.
The failing tests are preventing distcheck from passing.
2007-05-14 Jules Colding <colding@omesc.com>
* mime-filter/test-charset.c (main): Check return value
* message/test2.c (convert): Check return value
2006-06-22 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Remove CVS/*, .cvsignore files from
the dist output.
2005-09-16 Tor Lillqvist <tml@novell.com>
* lib/camel-test-provider.c (camel_test_provider_init): Use
G_MODULE_SUFFIX instead of hardcoded .so.
2005-08-13 Tor Lillqvist <tml@novell.com>
* message/Makefile.am (LDADD): Reorder: put libcamel after
libcameltest.
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
broken cases - oddly enough, they break make check.
* Added new changelog for test, sick of them going into main one.
|