Mark the failed test in r4276 as pending. Tests should never fail when committed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4278 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d8ef4b6f4d
commit
b1921830de
|
@ -21,7 +21,7 @@ class GanttsControllerTest < ActionController::TestCase
|
|||
assert_select "div a.issue", /##{i.id}/
|
||||
end
|
||||
|
||||
should "work without issue due dates" do
|
||||
should_eventually "work without issue due dates" do
|
||||
Issue.update_all("due_date = NULL")
|
||||
|
||||
get :show, :project_id => 1
|
||||
|
|
Loading…
Reference in New Issue