Fixed test after r11343.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11346 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a24bf65a8b
commit
7c22c30791
|
@ -61,8 +61,8 @@ class WatchersHelperTest < ActionView::TestCase
|
|||
|
||||
expected = link_to(
|
||||
"Unwatch",
|
||||
"/watchers/unwatch?object_id=1&object_type=issue",
|
||||
:remote => true, :method => 'post', :class => "issue-1-watcher icon icon-fav"
|
||||
"/watchers/watch?object_id=1&object_type=issue",
|
||||
:remote => true, :method => 'delete', :class => "issue-1-watcher icon icon-fav"
|
||||
)
|
||||
assert_equal expected, watcher_link(Issue.find(1), User.find(1))
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue