]> source.dussan.org Git - redmine.git/commitdiff
Project tests updated.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 26 Sep 2010 08:24:51 +0000 (08:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 26 Sep 2010 08:24:51 +0000 (08:24 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4179 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/project_test.rb

index b0b5a48377b2aae46d977eda786f520febdd2b0a..9b8809c2bb1ac877f207cf69dd4530daf6aafb91 100644 (file)
@@ -860,6 +860,8 @@ class ProjectTest < ActiveSupport::TestCase
       
       assert_nil @project.start_date
     end
+    
+    should "be tested when issues have no start date"
 
     should "be the earliest start date of it's issues" do
       early = 7.days.ago.to_date
@@ -889,6 +891,8 @@ class ProjectTest < ActiveSupport::TestCase
       
       assert_nil @project.due_date
     end
+    
+    should "be tested when issues have no due date"
 
     should "be the latest due date of it's issues" do
       future = 7.days.from_now.to_date