mirror of
https://github.com/redmine/redmine.git
synced 2025-11-03 11:56:18 +01:00
Fixed: Routing error when deleting an issue with spent time.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8632 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2491,6 +2491,8 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
assert_template 'destroy'
|
||||
assert_not_nil assigns(:hours)
|
||||
assert Issue.find_by_id(1) && Issue.find_by_id(3)
|
||||
assert_tag 'form',
|
||||
:descendant => {:tag => 'input', :attributes => {:name => '_method', :value => 'delete'}}
|
||||
end
|
||||
|
||||
def test_destroy_issues_and_destroy_time_entries
|
||||
|
||||
Reference in New Issue
Block a user