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:
Eric Davis 2010-10-22 21:29:02 +00:00
parent d8ef4b6f4d
commit b1921830de
1 changed files with 1 additions and 1 deletions

View File

@ -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