summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 12:46:36 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 12:46:36 +0000
commit14267311aac655d53805209c97285a31f0111cac (patch)
tree2e60bec6d0e06fe577c6248362ee1df709e523f9 /test
parent6539d04622fb66f1fd895cdf2a5200eec861d43c (diff)
downloadredmine-14267311aac655d53805209c97285a31f0111cac.tar.gz
redmine-14267311aac655d53805209c97285a31f0111cac.zip
Removed the "Move" button for single issue since it can be moved from the reguler update form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8533 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/context_menus_controller_test.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/context_menus_controller_test.rb b/test/functional/context_menus_controller_test.rb
index 85011f819..020f71163 100644
--- a/test/functional/context_menus_controller_test.rb
+++ b/test/functional/context_menus_controller_test.rb
@@ -49,9 +49,7 @@ class ContextMenusControllerTest < ActionController::TestCase
assert_tag :tag => 'a', :content => 'Copy',
:attributes => { :href => '/issues/move/new?copy_options%5Bcopy%5D=t&amp;ids%5B%5D=1',
:class => 'icon-copy' }
- assert_tag :tag => 'a', :content => 'Move',
- :attributes => { :href => '/issues/move/new?ids%5B%5D=1',
- :class => 'icon-move' }
+ assert_no_tag :tag => 'a', :content => 'Move'
assert_tag :tag => 'a', :content => 'Delete',
:attributes => { :href => '/issues?ids%5B%5D=1',
:class => 'icon-del' }