Clean up test messages
Remove unused msgout files, fix addresses in msgin files.
This commit is contained in:
parent
2cf60dec40
commit
1002da78fa
7 changed files with 6 additions and 21 deletions
|
@ -6,7 +6,7 @@ feed some input to GPG Mailgate and inspect the output.
|
|||
|
||||
## Running tests
|
||||
|
||||
To run tests, use command `make test`.
|
||||
To run tests, use command `make test` or `make unittest`.
|
||||
|
||||
Tests produce some helpful logs, so inspect contents of `test/logs` directory
|
||||
if something goes wrong.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
From: Bob <bob@localhost>
|
||||
To: Alice <alice@localhost>
|
||||
From: Dave <dave@localhost>
|
||||
To: Carlos <carlos@localhost>
|
||||
Subject: Test
|
||||
|
||||
Body of the message.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
From: Bob <bob@localhost>
|
||||
To: Alice <alice@localhost>
|
||||
From: Dave <dave@localhost>
|
||||
To: Bob <bob@localhost>
|
||||
Subject: Test
|
||||
|
||||
Body of the message.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
From: Bob <bob@localhost>
|
||||
From: Dave <dave@localhost>
|
||||
To: Alice <alice@localhost>
|
||||
Subject: Test
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
From: Bob <bob@localhost>
|
||||
To: Alice <alice@localhost>
|
||||
Subject: Test
|
||||
|
||||
Body of the message.
|
|
@ -1,5 +0,0 @@
|
|||
From: Bob <bob@localhost>
|
||||
To: Alice <alice@localhost>
|
||||
Subject: Test
|
||||
|
||||
Body of the message.
|
|
@ -1,5 +0,0 @@
|
|||
From: Bob <bob@localhost>
|
||||
To: Alice <alice@localhost>
|
||||
Subject: Test
|
||||
|
||||
Body of the message.
|
Loading…
Reference in a new issue