From 790ba5c2d84ff5a07e3d42eb1caf85673535e8b8 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Tue, 14 Sep 2010 15:47:18 +0000 Subject: fix an integration test --- sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb index 318ef909ae7..6205dc9c149 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb @@ -47,7 +47,7 @@ Name: - <% importers.each do |importer| %> + <% importers.to_a.sort{|x,y| x.getName() <=> y.getName()}.each do |importer| %> <%= importer.getName() -%>: -- cgit v1.2.3