diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-19 16:14:12 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-19 16:14:12 -0400 |
commit | 10199c74f31ee69c08cfa44aa8c8d098ee1f13fa (patch) | |
tree | 2277aa3ce469acc3dc3f800f17df920667dcf1df /interfaces/email/interactive/examples/failing_multiples | |
parent | 5da3b7a07356dac806a66e5248acf0ee6f02f839 (diff) | |
download | bugseverywhere-10199c74f31ee69c08cfa44aa8c8d098ee1f13fa.tar.gz |
be-handle-mail shown to successfully commit partially-failing emails.
I've added the test-case that show it.
Diffstat (limited to 'interfaces/email/interactive/examples/failing_multiples')
-rw-r--r-- | interfaces/email/interactive/examples/failing_multiples | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/interfaces/email/interactive/examples/failing_multiples b/interfaces/email/interactive/examples/failing_multiples new file mode 100644 index 0000000..ebe5406 --- /dev/null +++ b/interfaces/email/interactive/examples/failing_multiples @@ -0,0 +1,18 @@ +From jdoe@example.com Fri Apr 18 11:18:58 2008 +Message-ID: <abcd@example.com> +Date: Fri, 18 Apr 2008 12:00:00 +0000 +From: John Doe <jdoe@example.com> +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +Subject: [be-bug] Commit message... + +new "test_bug" +new "test_bug_2" +failing-command +new "test_bug_3" + +-- +This message fails partway through, but the partial changes should be +recorded in a commit... + +Note the lack of spaces in the bug summary strings. |