Przeglądaj źródła

fix an integration test

tags/2.6
simonbrandhof 13 lat temu
rodzic
commit
790ba5c2d8

+ 1
- 1
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb Wyświetl plik

@@ -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>

Ładowanie…
Anuluj
Zapisz