]> source.dussan.org Git - sonarqube.git/commit
Move test icon files and fix issue when displaying Tests covering file
authorJulien Lancelot <julien.lancelot@gmail.com>
Wed, 6 Feb 2013 10:26:33 +0000 (11:26 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Wed, 6 Feb 2013 10:26:33 +0000 (11:26 +0100)
commit7d97a938d4a493b182752fdaa4df5c21e9689591
tree6d014001194430d451873f2c7882620fcc6466c9
parent9e2626923826645a4d3cc4631928ea358f92cd58
Move test icon files and fix issue when displaying Tests covering file
13 files changed:
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/web/tests_viewer.html.erb
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/test/_testable_working_view.erb
sonar-server/src/main/webapp/images/test/ERROR.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/test/FAILURE.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/test/OK.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/test/SKIPPED.png [new file with mode: 0644]
sonar-server/src/main/webapp/images/tests/FAILURE.png [deleted file]
sonar-server/src/main/webapp/images/tests/SKIPPED.png [deleted file]
sonar-server/src/main/webapp/images/tests/error.png [deleted file]
sonar-server/src/main/webapp/images/tests/ok.png [deleted file]
sonar-server/src/main/webapp/javascripts/application.js