]> git.openstreetmap.org Git - rails.git/commitdiff
Modify tests to search only text parts
authorHerve Saint-Amand <git@saintamh.org>
Wed, 11 Jan 2017 23:17:24 +0000 (23:17 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Wed, 11 Jan 2017 23:17:24 +0000 (23:17 +0000)
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.


No differences found