mirror of
https://github.com/redmine/redmine.git
synced 2026-07-15 20:11:28 +02:00
Fix tests broken by r1243 (Redirect to issue page after creating a new issue).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1257 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -171,7 +171,7 @@ class IssuesControllerTest < Test::Unit::TestCase
|
||||
:description => 'This is the description',
|
||||
:priority_id => 5},
|
||||
:custom_fields => {'2' => 'Value for field 2'}
|
||||
assert_redirected_to 'projects/ecookbook/issues'
|
||||
assert_redirected_to 'issues/show'
|
||||
|
||||
issue = Issue.find_by_subject('This is the test_new issue')
|
||||
assert_not_nil issue
|
||||
|
||||
Reference in New Issue
Block a user