Versions can now be created with no date.

Versions with no date appear at the end of the roadmap, sorted by name.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@536 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-05-20 17:46:02 +00:00
parent bb1fccb7b7
commit d34ea9a569
10 changed files with 61 additions and 34 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class ProjectsControllerTest < Test::Unit::TestCase
get :changelog, :id => 1
assert_response :success
assert_template 'changelog'
assert_not_nil assigns(:fixed_issues)
assert_not_nil assigns(:versions)
end
def test_roadmap