Browse Source

fix an integration test

tags/2.6
simonbrandhof 13 years ago
parent
commit
790ba5c2d8

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb View File

@@ -47,7 +47,7 @@
<td width="1%" nowrap>Name: </td>
<td><input type="text" name="name"></input></td>
</tr>
<% importers.each do |importer| %>
<% importers.to_a.sort{|x,y| x.getName() <=> y.getName()}.each do |importer| %>
<tr>
<td width="1%" nowrap><%= importer.getName() -%>: </td>
<td>

Loading…
Cancel
Save