@@ -1556,7 +1556,7 class IssuesControllerTest < ActionController::TestCase | |||
|
1556 | 1556 | issue = Issue.first(:order => 'id DESC') |
|
1557 | 1557 | assert_redirected_to :controller => 'issues', :action => 'new', :project_id => 'ecookbook', :issue => {:tracker_id => 3} |
|
1558 | 1558 | assert_not_nil flash[:notice], "flash was not set" |
|
1559 |
assert flash[:notice].include?( |
|
|
1559 | assert flash[:notice].include?(%|<a href="/issues/#{issue.id}">##{issue.id}</a>|), "issue link not found in flash: #{flash[:notice]}" | |
|
1560 | 1560 | end |
|
1561 | 1561 | |
|
1562 | 1562 | def test_post_create_without_custom_fields_param |
General Comments 0
You need to be logged in to leave comments.
Login now