Fix the subject in test_put_reviewrequestdraft_publish
Review Request #4621 — Created Sept. 21, 2013 and submitted — Latest diff uploaded
Fix the subject in test_put_reviewrequestdraft_publish
In Django 1.5.x, the locmem email backend will trigger header validation and
generate a message ID. This means that the subject when publishing a second
draft will be "Re: ...". Our previous implementation of the assertion was
actually incorrect, but it took a while to convince myself of that.
Ran unit tests.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
reviewboard/webapi/tests/test_review_request_draft.py |
---|