@@ -36,7 +36,7 class MailerTest < Test::Unit::TestCase | |||||
36 | # link to a referenced ticket |
|
36 | # link to a referenced ticket | |
37 | assert mail.body.include?('<a href="https://mydomain.foo/issues/show/2" class="issue" title="Add ingredients categories (Assigned)">#2</a>') |
|
37 | assert mail.body.include?('<a href="https://mydomain.foo/issues/show/2" class="issue" title="Add ingredients categories (Assigned)">#2</a>') | |
38 | # link to a changeset |
|
38 | # link to a changeset | |
39 |
assert mail.body.include?('<a href="https://mydomain.foo/repositories/revision/ecookbook |
|
39 | assert mail.body.include?('<a href="https://mydomain.foo/repositories/revision/ecookbook/2" class="changeset" title="This commit fixes #1, #2 and references #1 & #3">r2</a>') | |
40 | end |
|
40 | end | |
41 |
|
41 | |||
42 | # test mailer methods for each language |
|
42 | # test mailer methods for each language |
General Comments 0
You need to be logged in to leave comments.
Login now