Added testsuites for frm,from,messages,readmsg
Showing
1 changed file
with
56 additions
and
0 deletions
1 | 2002-08-27 Sergey Poznyakoff | ||
2 | |||
3 | * frm/frm.c: Fixed return status when the mailbox does not exist. | ||
4 | * frm/Makefile.am: Added testsuite | ||
5 | * frm/testsuite: new directory. | ||
6 | * frm/testsuite/Makefile.am: new file. | ||
7 | * frm/testsuite/.cvsignore: new file. | ||
8 | * frm/testsuite/frm: new directory. | ||
9 | * frm/testsuite/frm/DISTFILES: new file. | ||
10 | * frm/testsuite/frm/test.exp: new file. | ||
11 | |||
12 | * from/Makefile.am: Added testsuite | ||
13 | * from/testsuite: new directory. | ||
14 | * from/testsuite/Makefile.am: new file. | ||
15 | * from/testsuite/.cvsignore: new file. | ||
16 | * from/testsuite/from: new directory. | ||
17 | * from/testsuite/from/DISTFILES: new file. | ||
18 | * from/testsuite/from/test.exp: new file. | ||
19 | |||
20 | * messages/messages.c: Added "mailbox" command line capability. | ||
21 | * messages/Makefile.am: Added testsuite | ||
22 | * messages/testsuite: new directory. | ||
23 | * messages/testsuite/Makefile.am: new file. | ||
24 | * messages/testsuite/.cvsignore: new file. | ||
25 | * messages/testsuite/messages: new directory. | ||
26 | * messages/testsuite/messages/DISTFILES: new file. | ||
27 | * messages/testsuite/messages/test.exp: new file. | ||
28 | |||
29 | * readmsg/readmsg.h: Added include <mailutils/url.h> | ||
30 | * readmsg/readmsg.c (struct argp_option options): Fixed definition | ||
31 | of -a option. | ||
32 | (print_header): Last header was never seen. | ||
33 | |||
34 | * readmsg/Makefile.am: Added testsuite | ||
35 | * readmsg/testsuite: new directory. | ||
36 | * readmsg/testsuite/Makefile.am | ||
37 | * readmsg/testsuite/.cvsignore: new file. | ||
38 | * readmsg/testsuite/readmsg: new directory. | ||
39 | * readmsg/testsuite/readmsg/DISTFILES: new file. | ||
40 | * readmsg/testsuite/readmsg/test.exp: new file. | ||
41 | |||
42 | * imap4d/testsuite/config/unix.exp: Renamed to ... | ||
43 | * imap4d/testsuite/config/default.exp: ... this | ||
44 | * imap4d/testsuite/config/DISTFILES: Likewise. | ||
45 | |||
46 | * mail/testsuite/config/unix.exp: Renamed to ... | ||
47 | * mail/testsuite/config/default.exp: ... this | ||
48 | * mail/testsuite/config/DISTFILES: Likewise. | ||
49 | |||
50 | * pop3d/testsuite/config/unix.exp: Renamed to ... | ||
51 | * pop3d/testsuite/config/default.exp: ... this | ||
52 | * pop3d/testsuite/config/DISTFILES: Likewise. | ||
53 | |||
54 | * configure.ac: Added new testsuites. | ||
55 | * testsuite/lib/mailutils.exp (mu_start): Modified. | ||
56 | |||
1 | 2002-08-26 Sergey Poznyakoff | 57 | 2002-08-26 Sergey Poznyakoff |
2 | 58 | ||
3 | * frm/frm.c: Don't bail out if the mailbox does not exist. | 59 | * frm/frm.c: Don't bail out if the mailbox does not exist. | ... | ... |
-
Please register or sign in to post a comment