]> source.dussan.org Git - redmine.git/commitdiff
Mark the failed test in r4276 as pending. Tests should never fail when committed.
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 22 Oct 2010 21:29:02 +0000 (21:29 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 22 Oct 2010 21:29:02 +0000 (21:29 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4278 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/gantts_controller_test.rb

index 2ba4776cb56bdd0cb48d312060c5cf12b8a4f0ca..ffc799b252b0dad22f95abae21d5d2131712c906 100644 (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