]> source.dussan.org Git - redmine.git/commitdiff
Fixes test broken by r1549.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jun 2008 14:39:52 +0000 (14:39 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Jun 2008 14:39:52 +0000 (14:39 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1551 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/mailer_test.rb

index 8cf6c1423d092c43eaf5064424865bb182ec75fb..402624f5f46420343183a115785d5eb4ef5e8a99 100644 (file)
@@ -36,7 +36,7 @@ class MailerTest < Test::Unit::TestCase
     # link to a referenced ticket
     assert mail.body.include?('<a href="https://mydomain.foo/issues/show/2" class="issue" title="Add ingredients categories (Assigned)">#2</a>')
     # link to a changeset
-    assert mail.body.include?('<a href="https://mydomain.foo/repositories/revision/ecookbook?rev=2" class="changeset" title="This commit fixes #1, #2 and references #1 &amp; #3">r2</a>')
+    assert mail.body.include?('<a href="https://mydomain.foo/repositories/revision/ecookbook/2" class="changeset" title="This commit fixes #1, #2 and references #1 &amp; #3">r2</a>')
   end
   
   # test mailer methods for each language