diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-12-08 06:28:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-12-08 06:28:59 +0800 |
commit | a791b442b56b3b807362eb711469c06b513a5f21 (patch) | |
tree | 0fa4d57ef14248bb708f296188f06b7de643025b /camel/tests/message | |
parent | 92708e6f44956ebcb0dc616922f8ec844c6027cc (diff) | |
download | gsoc2013-evolution-a791b442b56b3b807362eb711469c06b513a5f21.tar.gz gsoc2013-evolution-a791b442b56b3b807362eb711469c06b513a5f21.tar.zst gsoc2013-evolution-a791b442b56b3b807362eb711469c06b513a5f21.zip |
Change line no format so that emacs can detect it.
2000-12-06 Not Zed <NotZed@HelixCode.com>
* tests/lib/camel-test.h (check): Change line no format so that
emacs can detect it.
svn path=/trunk/; revision=6848
Diffstat (limited to 'camel/tests/message')
-rw-r--r-- | camel/tests/message/Makefile.am | 5 | ||||
-rw-r--r-- | camel/tests/message/README | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/camel/tests/message/Makefile.am b/camel/tests/message/Makefile.am index 2656a007d9..aa430fa409 100644 --- a/camel/tests/message/Makefile.am +++ b/camel/tests/message/Makefile.am @@ -14,9 +14,10 @@ LDADD = \ check_PROGRAMS = \ test1 \ - test2 + test2 \ + test3 -TESTS = test1 test2 +TESTS = test1 test2 test3 diff --git a/camel/tests/message/README b/camel/tests/message/README index 51e519cb5c..280344ce9b 100644 --- a/camel/tests/message/README +++ b/camel/tests/message/README @@ -1,3 +1,5 @@ test1 creating, saving, loading simple messages test2 camelinternetaddress tests, internationalised addresses, etc. +test3 multipart messages + |