diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-24 11:54:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-24 11:54:55 +0800 |
commit | 189cb50426fc12b55a79c67a00064623ec964383 (patch) | |
tree | cdc37cf4d65c4b5a7fb69de104663be4875d0781 /camel/ChangeLog | |
parent | 99e80d6ecf06cc60f2734f87bc974bd9479ba139 (diff) | |
download | gsoc2013-evolution-189cb50426fc12b55a79c67a00064623ec964383.tar gsoc2013-evolution-189cb50426fc12b55a79c67a00064623ec964383.tar.gz gsoc2013-evolution-189cb50426fc12b55a79c67a00064623ec964383.tar.bz2 gsoc2013-evolution-189cb50426fc12b55a79c67a00064623ec964383.tar.lz gsoc2013-evolution-189cb50426fc12b55a79c67a00064623ec964383.tar.xz gsoc2013-evolution-189cb50426fc12b55a79c67a00064623ec964383.tar.zst gsoc2013-evolution-189cb50426fc12b55a79c67a00064623ec964383.zip |
Added at least some explanation of all this stuff.
2000-11-24 Not Zed <NotZed@HelixCode.com>
* tests/README: Added at least some explanation of all this stuff.
* tests/lib/camel-test.h (check_msg): Added a non-gcc version of
the fail command, we dont get the expression that failed, but no
matter. Should be (more) portable now.
(check, check_msg): Put the file/lineno in the default message.
svn path=/trunk/; revision=6657
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6e8fb27fd8..b4b3ca8015 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2000-11-24 Not Zed <NotZed@HelixCode.com> + * tests/README: Added at least some explanation of all this stuff. + + * tests/lib/camel-test.h (check_msg): Added a non-gcc version of + the fail command, we dont get the expression that failed, but no + matter. Should be (more) portable now. + (check, check_msg): Put the file/lineno in the default message. + * Makefile.am (SUBDIRS): Add tests. * camel-mime-filter-basic.c (filter): Well, I'll add the extra |