From: Herve Saint-Amand Date: Wed, 11 Jan 2017 23:17:24 +0000 (+0000) Subject: Modify tests to search only text parts X-Git-Tag: live~4696^2~22 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0449024ca0f53307615993e9a480a28355153bc7?hp=0449024ca0f53307615993e9a480a28355153bc7 Modify tests to search only text parts The tests assumed that every part in the multipart emails that we send were either plain text or HTML. Now we have image attachments, against whose contents the tests were still trying to match regexes. The tests have been modified to only run regexes on the text parts of the mails. ---