Fixes functional tests.

git-svn-id: http://redmine.rubyforge.org/svn/branches/nbc@1804 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-09-13 10:04:39 +00:00
parent 8e48c9ff9d
commit c77d9712ca
2 changed files with 23 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class SysController < ActionController::Base
# Returns the projects list, with their repositories
def projects_with_repository_enabled
Project.repository_enabled(:all, :include => :repository)
Project.repository_enabled(:all, :include => :repository, :order => 'identifier')
end
# Registers a repository for the given project identifier