]> source.dussan.org Git - sonarqube.git/commit
Move integration & volume tests
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 7 Feb 2011 13:22:42 +0000 (14:22 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 7 Feb 2011 13:23:02 +0000 (14:23 +0100)
commitebee9e8be46ed85227fb4ded4afb34f12d6d465f
treec8f55ce23f817dc961979f14cc3cbb7fc92c197f
parentc1904d3f5fd44873a8ef2b6d097d4bcb731b92a7
Move integration & volume tests
494 files changed:
tests/integration/checkstyle-extensions/checkstyle-extensions.xml [deleted file]
tests/integration/checkstyle-extensions/pom.xml [deleted file]
tests/integration/checkstyle-extensions/src/main/java/org/sonar/it/checkstyle/MethodsCountCheck.java [deleted file]
tests/integration/pmd-extensions/pmd-extensions.xml [deleted file]
tests/integration/pmd-extensions/pom.xml [deleted file]
tests/integration/pmd-extensions/src/main/java/org/sonar/it/pmd/MaximumMethodsCountCheck.java [deleted file]
tests/integration/pmd-extensions/src/main/resources/rulesets/extensions.xml [deleted file]
tests/integration/pom.xml [deleted file]
tests/integration/sonar-it-reference-plugin/pom.xml [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/ExcludedResourceFilter.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/ITestsPlugin.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/SampleSensor.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/ServerSideExtensionUsingExternalDependency.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/footer/SampleFooter.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/languages/LanguageWithoutRulesEngine.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/page/GwtSamplePage.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/page/RubyApiTestsPage.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/page/client/GwtModule.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/resourcetab/SampleResourceTab.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/resourcetab/client/GwtSampleResourceTab.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/java/itests/ws/RubyWebService.java [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/resources/itests/page/GwtModule.gwt.xml [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/resources/itests/page/ruby_api_tests_page.html.erb [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/resources/itests/resourcetab/GwtSampleResourceTab.gwt.xml [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/resources/itests/resourcetab/public/sample.html [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/resources/itests/ws/ruby_ws_controller.rb [deleted file]
tests/integration/sonar-it-reference-plugin/src/main/resources/static/file.html [deleted file]
tests/integration/tests/build.xml [deleted file]
tests/integration/tests/custom-projects/.gitignore [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/build.xml [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/lib/clover/clover.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/lib/clover/clover.license [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/lib/cpl-v10.html [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/lib/junit-3.8.2.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/pom.xml [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/src/main/java/com/cenqua/samples/money/IMoney.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/src/main/java/com/cenqua/samples/money/Money.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/src/main/java/com/cenqua/samples/money/MoneyBag.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/src/test/java/com/cenqua/samples/money/MoneyBagTest.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-clover/src/test/java/com/cenqua/samples/money/MoneyTest.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/build.xml [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/cobertura/asm-3.0.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/cobertura/asm-tree-3.0.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/cobertura/cobertura.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/cobertura/jakarta-oro-2.0.8.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/cobertura/jakarta-oro-license.txt [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/cobertura/log4j-1.2.9.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/cobertura/log4j-license.txt [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/junit-3.8.2.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/lib/log4j-1.2.13.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/pom.xml [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/src/FailTest.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/src/ant/HelloWorld.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-cobertura/src/ant/HelloWorldTest.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-junit/build.xml [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-junit/lib/junit-3.8.2.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-junit/lib/log4j-1.2.13.jar [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-junit/pom.xml [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-junit/src/ant/HelloWorld.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-junit/test/FailTest.java [deleted file]
tests/integration/tests/custom-projects/ant-dynamic-junit/test/ant/HelloWorldTest.java [deleted file]
tests/integration/tests/custom-projects/ant-static/build.xml [deleted file]
tests/integration/tests/custom-projects/ant-static/lib/log4j-1.2.13.jar [deleted file]
tests/integration/tests/custom-projects/ant-static/pom.xml [deleted file]
tests/integration/tests/custom-projects/ant-static/src/ant/HelloWorld.java [deleted file]
tests/integration/tests/custom-projects/big-project/generate-sources.rb [deleted file]
tests/integration/tests/custom-projects/big-project/pom.xml [deleted file]
tests/integration/tests/custom-projects/big-project/template.java [deleted file]
tests/integration/tests/custom-projects/deprecated-sonar-light/build.xml [deleted file]
tests/integration/tests/custom-projects/deprecated-sonar-light/lib/log4j-1.2.13.jar [deleted file]
tests/integration/tests/custom-projects/deprecated-sonar-light/pom.xml [deleted file]
tests/integration/tests/custom-projects/deprecated-sonar-light/src/hello/HelloWorld.java [deleted file]
tests/integration/tests/custom-projects/invalid-java-source-dir/pom.xml [deleted file]
tests/integration/tests/custom-projects/invalid-java-source-dir/src/main/java/com/foo/Bar.java [deleted file]
tests/integration/tests/custom-projects/reuse-coverage-reports/pom.xml [deleted file]
tests/integration/tests/custom-projects/reuse-coverage-reports/src/main/java/org/sonar/tests/Hello.java [deleted file]
tests/integration/tests/custom-projects/reuse-coverage-reports/src/test/java/org/sonar/tests/HelloTest.java [deleted file]
tests/integration/tests/custom-projects/timemachine/pom.xml [deleted file]
tests/integration/tests/custom-projects/timemachine/src/main/java/org/sonar/tests/timemachine/Hello.java [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/README.txt [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/v1/pom.xml [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/v1/src/main/java/org/sonar/tests/violationstimemachine/FileRemovedInV2.java [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/v1/src/main/java/org/sonar/tests/violationstimemachine/Hello.java [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/v2/pom.xml [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/v2/src/main/java/org/sonar/tests/violationstimemachine/FileAddedInV2.java [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/v2/src/main/java/org/sonar/tests/violationstimemachine/Hello.java [deleted file]
tests/integration/tests/custom-projects/violations-timemachine/v2/src/main/java/org/sonar/tests/violationstimemachine/SecondFileAddedInV2.java [deleted file]
tests/integration/tests/integration-tests-backup.xml [deleted file]
tests/integration/tests/maven-projects/SONAR-1074-commented-code/pom.xml [deleted file]
tests/integration/tests/maven-projects/SONAR-1074-commented-code/src/main/java/com/test/CommentedCode.java [deleted file]
tests/integration/tests/maven-projects/SONAR-1772/pom.xml [deleted file]
tests/integration/tests/maven-projects/SONAR-1772/src/main/java/org/sonar/tests/Hello.java [deleted file]
tests/integration/tests/maven-projects/SONAR-594-no-violations/pom.xml [deleted file]
tests/integration/tests/maven-projects/SONAR-594-no-violations/src/main/java/org/sonar/tests/Hello.java [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/pom.xml [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/src/main/java/org/sonar/tests/CloseableResource.java [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/src/main/java/org/sonar/tests/ConnectionIsClosed.java [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/src/main/java/org/sonar/tests/ConnectionIsClosedInOtherMethod.java [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/src/main/java/org/sonar/tests/ConnectionIsNotClosed.java [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/src/main/java/org/sonar/tests/ResourceIsClosed.java [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/src/main/java/org/sonar/tests/ResourceIsClosedInOtherMethod.java [deleted file]
tests/integration/tests/maven-projects/SONAR-767-pmd-close-resource-rule/src/main/java/org/sonar/tests/ResourceIsNotClosed.java [deleted file]
tests/integration/tests/maven-projects/SONAR-787-checkstyle-SuppressionCommentFilter/pom.xml [deleted file]
tests/integration/tests/maven-projects/SONAR-787-checkstyle-SuppressionCommentFilter/src/main/java/org/sonar/itests/IgnoreCheckstyleFalsePositives.java [deleted file]
tests/integration/tests/maven-projects/branch/pom.xml [deleted file]
tests/integration/tests/maven-projects/branch/src/main/java/org/sonar/tests/reference/HelloSwiss.java [deleted file]
tests/integration/tests/maven-projects/branch/src/main/java/org/sonar/tests/reference/HelloWorld.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module1/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module1/src/main/java/org/sonar/tests/clover2/module1/Hello.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module1/src/main/java/org/sonar/tests/clover2/module1/MyInterface.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module1/src/main/java/org/sonar/tests/clover2/module1/NotTestedClass.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module1/src/test/java/org/sonar/tests/clover2/module1/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module2/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module2/src/main/java/org/sonar/tests/clover2/module2/Hello.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module2/src/main/java/org/sonar/tests/clover2/module2/NotTestedClass.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/module2/src/test/java/org/sonar/tests/clover2/module2/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/clover2-skip/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover2/module1/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover2/module1/src/main/java/org/sonar/tests/clover2/module1/Hello.java [deleted file]
tests/integration/tests/maven-projects/clover2/module1/src/main/java/org/sonar/tests/clover2/module1/MyInterface.java [deleted file]
tests/integration/tests/maven-projects/clover2/module1/src/main/java/org/sonar/tests/clover2/module1/NotTestedClass.java [deleted file]
tests/integration/tests/maven-projects/clover2/module1/src/test/java/org/sonar/tests/clover2/module1/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/clover2/module2/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover2/module2/src/main/java/org/sonar/tests/clover2/module2/Hello.java [deleted file]
tests/integration/tests/maven-projects/clover2/module2/src/main/java/org/sonar/tests/clover2/module2/NotTestedClass.java [deleted file]
tests/integration/tests/maven-projects/clover2/module2/src/test/java/org/sonar/tests/clover2/module2/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/clover2/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover3/module1/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover3/module1/src/main/java/org/sonar/tests/clover3/module1/Hello.java [deleted file]
tests/integration/tests/maven-projects/clover3/module1/src/main/java/org/sonar/tests/clover3/module1/MyInterface.java [deleted file]
tests/integration/tests/maven-projects/clover3/module1/src/main/java/org/sonar/tests/clover3/module1/NotTestedClass.java [deleted file]
tests/integration/tests/maven-projects/clover3/module1/src/test/java/org/sonar/tests/clover3/module1/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/clover3/module2/pom.xml [deleted file]
tests/integration/tests/maven-projects/clover3/module2/src/main/java/org/sonar/tests/clover3/module2/Hello.java [deleted file]
tests/integration/tests/maven-projects/clover3/module2/src/main/java/org/sonar/tests/clover3/module2/NotTestedClass.java [deleted file]
tests/integration/tests/maven-projects/clover3/module2/src/test/java/org/sonar/tests/clover3/module2/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/clover3/pom.xml [deleted file]
tests/integration/tests/maven-projects/do-not-import-sources/pom.xml [deleted file]
tests/integration/tests/maven-projects/do-not-import-sources/src/main/java/org/sonar/tests/doNotImportSources/Hello.java [deleted file]
tests/integration/tests/maven-projects/do-not-import-sources/src/main/java/org/sonar/tests/doNotImportSources/Swiss.java [deleted file]
tests/integration/tests/maven-projects/duplications/pom.xml [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_lines_with_other_package1/DuplicatedLinesWithOtherPackage.java [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_lines_with_other_package2/DuplicatedLinesWithOtherPackage.java [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_lines_within_package/DuplicatedLinesInSamePackage1.java [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_lines_within_package/DuplicatedLinesInSamePackage2.java [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_lines_within_same_class/DuplicatedLinesInSameClass.java [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_same_lines_within_3_classes/Class1.java [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_same_lines_within_3_classes/Class2.java [deleted file]
tests/integration/tests/maven-projects/duplications/src/main/java/org/sonar/samples/duplicated_same_lines_within_3_classes/Class3.java [deleted file]
tests/integration/tests/maven-projects/exclusions/pom.xml [deleted file]
tests/integration/tests/maven-projects/exclusions/src/main/java/ClassOnDefaultPackage.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/main/java/org/sonar/tests/ClassOne.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/main/java/org/sonar/tests/ClassToExclude.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/main/java/org/sonar/tests/ClassTwo.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/main/java/org/sonar/tests/NoSonarComment.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/main/java/org/sonar/tests/packageToExclude/ClassThree.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/test/java/org/sonar/tests/ClassOneTest.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/test/java/org/sonar/tests/ClassToExcludeTest.java [deleted file]
tests/integration/tests/maven-projects/exclusions/src/test/java/org/sonar/tests/ClassTwoTest.java [deleted file]
tests/integration/tests/maven-projects/jar-without-sources/pom.xml [deleted file]
tests/integration/tests/maven-projects/java-complexity/pom.xml [deleted file]
tests/integration/tests/maven-projects/java-complexity/src/main/java/foo/AnonymousClass.java [deleted file]
tests/integration/tests/maven-projects/java-complexity/src/main/java/foo/ContainsInnerClasses.java [deleted file]
tests/integration/tests/maven-projects/java-complexity/src/main/java/foo/ExcludedByFilter.java [deleted file]
tests/integration/tests/maven-projects/java-complexity/src/main/java/foo/Helloworld.java [deleted file]
tests/integration/tests/maven-projects/java-complexity/src/main/java/foo/ZeroComplexity.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/pom.xml [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/main/java/WithAnonymousClass.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/main/java/WithInnerClass.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/main/java/WithLocalInnerClass.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/main/java/WithStaticInnerClass.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/main/java/WithSubClass.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/test/java/WithAnonymousClassTest.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/test/java/WithInnerClassTest.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/test/java/WithLocalInnerClassTest.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/test/java/WithStaticInnerClassTest.java [deleted file]
tests/integration/tests/maven-projects/java-inner-classes/src/test/java/WithSubClassTest.java [deleted file]
tests/integration/tests/maven-projects/java4/pom.xml [deleted file]
tests/integration/tests/maven-projects/java4/src/main/java/org/sonar/tests/java4/Java4.java [deleted file]
tests/integration/tests/maven-projects/jee-sample/ear-module/pom.xml [deleted file]
tests/integration/tests/maven-projects/jee-sample/ejb-module/pom.xml [deleted file]
tests/integration/tests/maven-projects/jee-sample/ejb-module/src/main/java/org/sonar/tests/App.java [deleted file]
tests/integration/tests/maven-projects/jee-sample/ejb-module/src/main/resources/META-INF/ejb-jar.xml [deleted file]
tests/integration/tests/maven-projects/jee-sample/ejb-module/src/test/java/org/sonar/tests/AppTest.java [deleted file]
tests/integration/tests/maven-projects/jee-sample/java-module/pom.xml [deleted file]
tests/integration/tests/maven-projects/jee-sample/java-module/src/main/java/org/sonar/tests/App.java [deleted file]
tests/integration/tests/maven-projects/jee-sample/java-module/src/test/java/org/sonar/tests/AppTest.java [deleted file]
tests/integration/tests/maven-projects/jee-sample/pom.xml [deleted file]
tests/integration/tests/maven-projects/jee-sample/web-module/pom.xml [deleted file]
tests/integration/tests/maven-projects/jee-sample/web-module/src/main/webapp/WEB-INF/web.xml [deleted file]
tests/integration/tests/maven-projects/jee-sample/web-module/src/main/webapp/index.jsp [deleted file]
tests/integration/tests/maven-projects/many-source-dirs/pom.xml [deleted file]
tests/integration/tests/maven-projects/many-source-dirs/src/main/java/org/sonar/tests/FirstClass.java [deleted file]
tests/integration/tests/maven-projects/many-source-dirs/src/main/java2/org/sonar/tests/SecondClass.java [deleted file]
tests/integration/tests/maven-projects/many-source-dirs/src/test/java/org/sonar/tests/SecondClassTest.java [deleted file]
tests/integration/tests/maven-projects/many-source-dirs/src/test/java2/org/sonar/tests/FirstClassTest.java [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/module.properties [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/pom.xml [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/config/context/service-context.xml [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/config/log4j.properties [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/config/module-context.xml [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/webapp/css/demoamp.css [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/webapp/images/sourcesense.gif [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/webapp/jsp/demoamp.jsp [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/webapp/licenses/README-licenses.txt [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/main/webapp/scripts/demoamp.js [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/test/properties/local/application.properties [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/test/resources/alfresco/extension/custom-repository-context.xml [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/test/resources/alfresco/extension/file-servers-custom.xml [deleted file]
tests/integration/tests/maven-projects/maven-custom-type/src/test/resources/log4j.properties [deleted file]
tests/integration/tests/maven-projects/maven-extensions/pom.xml [deleted file]
tests/integration/tests/maven-projects/maven-extensions/src/main/java/org/sonar/tests/mavenExtensions/Hello.java [deleted file]
tests/integration/tests/maven-projects/maven-invalid-parameters/module_a/pom.xml [deleted file]
tests/integration/tests/maven-projects/maven-invalid-parameters/module_a/src/main/java/org/sonar/tests/Hello.java [deleted file]
tests/integration/tests/maven-projects/maven-invalid-parameters/module_b/pom.xml [deleted file]
tests/integration/tests/maven-projects/maven-invalid-parameters/module_b/src/main/java/org/sonar/tests/Hello.java [deleted file]
tests/integration/tests/maven-projects/maven-invalid-parameters/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_a/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_a/submodule_a1/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_a/submodule_a1/src/main/java/org/codehaus/sonar/samples/samplewithmodules/submodulea1/HelloA1.java [deleted file]
tests/integration/tests/maven-projects/modules/module_a/submodule_a2/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_a/submodule_a2/src/main/java/org/codehaus/sonar/samples/samplewithmodules/submodulea2/HelloA2.java [deleted file]
tests/integration/tests/maven-projects/modules/module_b/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_b/submodule_b1/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_b/submodule_b1/src/main/java/org/codehaus/sonar/samples/samplewithmodules/submoduleb1/HelloB1.java [deleted file]
tests/integration/tests/maven-projects/modules/module_b/submodule_b2/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_b/submodule_b2/src/main/java/org/codehaus/sonar/samples/samplewithmodules/submoduleb2/HelloB2.java [deleted file]
tests/integration/tests/maven-projects/modules/module_to_skip/pom.xml [deleted file]
tests/integration/tests/maven-projects/modules/module_to_skip/src/main/java/org/codehaus/sonar/tests/modules/moduleToSkip/SkippedClass.java [deleted file]
tests/integration/tests/maven-projects/modules/pom.xml [deleted file]
tests/integration/tests/maven-projects/no-tests/pom.xml [deleted file]
tests/integration/tests/maven-projects/no-tests/src/main/java/org/sonar/tests/Hello.java [deleted file]
tests/integration/tests/maven-projects/plugin-build-helper/pom.xml [deleted file]
tests/integration/tests/maven-projects/plugin-build-helper/src/main/java/Java1PackageClass.java [deleted file]
tests/integration/tests/maven-projects/plugin-build-helper/src/main/java2/Java2PackageClass.java [deleted file]
tests/integration/tests/maven-projects/plugin-build-helper/src/main/java3/Java3PackageClass.java [deleted file]
tests/integration/tests/maven-projects/pom-without-modules/pom.xml [deleted file]
tests/integration/tests/maven-projects/project-to-disable/pom.xml [deleted file]
tests/integration/tests/maven-projects/project-to-disable/src/main/java/Hello.java [deleted file]
tests/integration/tests/maven-projects/reference/pom.xml [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/ClassOnDefaultPackage.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/ClassUnderTest.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/ClassWithComments.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/ClassWithPackageImportsComment.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/EmptyClass.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/EmptyFile.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/HibernateModel.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/InnerClass.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/InterfaceWithConstants.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/PureAbstractClass.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/PureInterface.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/Utf8Characters.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/duplicated_lines_with_other_package1/DuplicatedLinesWithOtherPackage.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/duplicated_lines_with_other_package2/DuplicatedLinesWithOtherPackage.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/duplicated_lines_within_package/DuplicatedLinesInSamePackage1.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/duplicated_lines_within_package/DuplicatedLinesInSamePackage2.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/java/org/sonar/samples/duplicated_lines_within_same_class/DuplicatedLinesInSameClass.java [deleted file]
tests/integration/tests/maven-projects/reference/src/main/resources/META-INF/persistence.xml [deleted file]
tests/integration/tests/maven-projects/reference/src/test/java/org/sonar/samples/ClassUnderTestTest.java [deleted file]
tests/integration/tests/maven-projects/reference/src/test/java/org/sonar/samples/InnerClassTest.java [deleted file]
tests/integration/tests/maven-projects/rules-on-tests/pom.xml [deleted file]
tests/integration/tests/maven-projects/rules-on-tests/src/main/java/org/sonar/tests/rulesOnTests/Hello.java [deleted file]
tests/integration/tests/maven-projects/rules-on-tests/src/main/java/org/sonar/tests/rulesOnTests/World.java [deleted file]
tests/integration/tests/maven-projects/rules-on-tests/src/test/java/org/sonar/tests/rulesOnTests/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/rules-on-tests/src/test/java/org/sonar/tests/rulesOnTests/WorldTest.java [deleted file]
tests/integration/tests/maven-projects/single-classes/pom.xml [deleted file]
tests/integration/tests/maven-projects/single-classes/src/main/java/org/sonar/tests/SONAR582ViolationsWithoutLines.java [deleted file]
tests/integration/tests/maven-projects/single-classes/src/main/java/org/sonar/tests/SONAR684EncodeViolationMessages.java [deleted file]
tests/integration/tests/maven-projects/sjis-charset/pom.xml [deleted file]
tests/integration/tests/maven-projects/sjis-charset/src/main/java/com/test/App.java [deleted file]
tests/integration/tests/maven-projects/sjis-charset/src/main/java/com/test/AppCpdBug.java [deleted file]
tests/integration/tests/maven-projects/sjis-charset/src/main/java/com/test/AppDuplication.java [deleted file]
tests/integration/tests/maven-projects/sjis-charset/src/test/java/com/test/AppTest.java [deleted file]
tests/integration/tests/maven-projects/skip-surefire-tests/pom.xml [deleted file]
tests/integration/tests/maven-projects/skip-surefire-tests/src/main/java/org/sonar/tests/skipSurefireTests/Hello.java [deleted file]
tests/integration/tests/maven-projects/skip-surefire-tests/src/test/java/org/sonar/tests/skipSurefireTests/HelloTest.java [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleA/pom.xml [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleA/src/main/java/ch/hortis/sonar/samples/testFailures/moduleA/ClassA.java [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleA/src/test/java/ch/hortis/sonar/samples/testFailures/moduleA/FailTest.java [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleB/pom.xml [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleB/src/main/java/ch/hortis/sonar/samples/compileFailures/moduleB/ClassB.java [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleB/src/test/java/ch/hortis/sonar/samples/testFailures/moduleB/NoTest.java [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleB/src/test/java/ch/hortis/sonar/samples/testFailures/moduleB/SkippedTest.java [deleted file]
tests/integration/tests/maven-projects/test-failures/moduleB/src/test/java/ch/hortis/sonar/samples/testFailures/moduleB/SuccessTest.java [deleted file]
tests/integration/tests/maven-projects/test-failures/pom.xml [deleted file]
tests/integration/tests/pom.xml [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/GzipCompressionIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/ITUtils.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/JavaComplexityIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/ServerIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/Struts139IT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/UpdateCenterIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/VariationsIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/ViolationsTimeMachineIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/CustomizeComponentsPageIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/DeployUIExtensionsIT.java [deleted file]
tests/integration/tests/src/test/java/org/sonar/tests/integration/selenium/SonarTestCase.java [deleted file]
tests/integration/tests/src/test/selenium/SONAR-1032-ws-api.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-1074-commented-code.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-1709-static-resources.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-1772-findbugs-violations.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-222_maven_extensions.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-594-jee-sample.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-594-no-violations.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-684-encode-violation-messages.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-767-pmd-close-resource-rule.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-787-checkstyle-SuppressionCommentFilter.html [deleted file]
tests/integration/tests/src/test/selenium/SONAR-981-clover-skip.html [deleted file]
tests/integration/tests/src/test/selenium/alerts/create_and_delete_alert_on_lines_of_code.html [deleted file]
tests/integration/tests/src/test/selenium/alerts/should_validate_alert_on_creation.html [deleted file]
tests/integration/tests/src/test/selenium/all-tests.html [deleted file]
tests/integration/tests/src/test/selenium/authentication/login_cancel.html [deleted file]
tests/integration/tests/src/test/selenium/authentication/login_successful.html [deleted file]
tests/integration/tests/src/test/selenium/authentication/login_wrong_password.html [deleted file]
tests/integration/tests/src/test/selenium/branch.html [deleted file]
tests/integration/tests/src/test/selenium/clover/clover2.html [deleted file]
tests/integration/tests/src/test/selenium/clover/clover3.html [deleted file]
tests/integration/tests/src/test/selenium/contextualized-breadcrumb.html [deleted file]
tests/integration/tests/src/test/selenium/coverage_clouds/clouds_on_packages.html [deleted file]
tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_project_risk.html [deleted file]
tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_quick_wins.html [deleted file]
tests/integration/tests/src/test/selenium/coverage_clouds/coverage_clouds_source_tab.html [deleted file]
tests/integration/tests/src/test/selenium/custom-maven-type.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/SONAR-601-project-without-measures.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/basic-archetype-widget.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/chidamber_kemerer_widget.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/deprecated-url-format.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/display_files_and_classes.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/file_widget_on_packages.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/no_file_design_widget_on_projects.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/no_package_design_widget_on_packages.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/package_design_widget_on_projects.html [deleted file]
tests/integration/tests/src/test/selenium/dashboard/reference.html [deleted file]
tests/integration/tests/src/test/selenium/dependencies/no_results.html [deleted file]
tests/integration/tests/src/test/selenium/dependencies/search_subprojects.html [deleted file]
tests/integration/tests/src/test/selenium/dependencies/standard_usage.html [deleted file]
tests/integration/tests/src/test/selenium/dependencies/too_short_search.html [deleted file]
tests/integration/tests/src/test/selenium/design/drilldown_on_lcom4.html [deleted file]
tests/integration/tests/src/test/selenium/design/drilldown_on_rfc.html [deleted file]
tests/integration/tests/src/test/selenium/design/drilldown_to_dsm.html [deleted file]
tests/integration/tests/src/test/selenium/design/lcom4_tab.html [deleted file]
tests/integration/tests/src/test/selenium/design/load_dsm_at_startup_when_drilldown_to_zero_package_tangles.html [deleted file]
tests/integration/tests/src/test/selenium/disabled-project.html [deleted file]
tests/integration/tests/src/test/selenium/do-not-import-sources.html [deleted file]
tests/integration/tests/src/test/selenium/duplicated-lines/drilldown-without-ratio.html [deleted file]
tests/integration/tests/src/test/selenium/event_categories/should_create_category.html [deleted file]
tests/integration/tests/src/test/selenium/event_categories/should_delete_category.html [deleted file]
tests/integration/tests/src/test/selenium/event_categories/should_edit_category.html [deleted file]
tests/integration/tests/src/test/selenium/event_categories/should_validate_category.html [deleted file]
tests/integration/tests/src/test/selenium/events/create_event_on_last_snapshot.html [deleted file]
tests/integration/tests/src/test/selenium/events/create_event_with_special_characters.html [deleted file]
tests/integration/tests/src/test/selenium/events/create_event_without_snapshot.html [deleted file]
tests/integration/tests/src/test/selenium/events/no_events_widget_on_module_and_package.html [deleted file]
tests/integration/tests/src/test/selenium/events/should_not_create_events_if_anonymous.html [deleted file]
tests/integration/tests/src/test/selenium/events/should_validate_event_on_creation.html [deleted file]
tests/integration/tests/src/test/selenium/exclusions/SONAR-1115-do-not-exclude-unit-tests.html [deleted file]
tests/integration/tests/src/test/selenium/exclusions/cobertura_exclusions.html [deleted file]
tests/integration/tests/src/test/selenium/exclusions/cpd_exclusions.html [deleted file]
tests/integration/tests/src/test/selenium/exclusions/javancss_exclusions.html [deleted file]
tests/integration/tests/src/test/selenium/exclusions/set_exclusions_from_project_settings_page.html [deleted file]
tests/integration/tests/src/test/selenium/filters/anonymous-default-filters.html [deleted file]
tests/integration/tests/src/test/selenium/filters/create-advanced-filter.html [deleted file]
tests/integration/tests/src/test/selenium/filters/create-and-delete-filter.html [deleted file]
tests/integration/tests/src/test/selenium/filters/default-filters-console-for-admins-only.html [deleted file]
tests/integration/tests/src/test/selenium/filters/default-filters-console.html [deleted file]
tests/integration/tests/src/test/selenium/filters/set-favourite-project.html [deleted file]
tests/integration/tests/src/test/selenium/filters/treemap-filter.html [deleted file]
tests/integration/tests/src/test/selenium/footer-data.html [deleted file]
tests/integration/tests/src/test/selenium/google_analytics_plugin/activate_google_analytics.html [deleted file]
tests/integration/tests/src/test/selenium/google_analytics_plugin/deactivate_google_analytics.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/ccn_hotspot.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/duplicated_lines_hotspot.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/function_complexity_hotspot.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/no_measures.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/popup-on-rules.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/rules_violations_hotspot.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/test_execution_time_hotspot.html [deleted file]
tests/integration/tests/src/test/selenium/hotspots/violations_hotspot.html [deleted file]
tests/integration/tests/src/test/selenium/i18n/default_locale_is_english.html [deleted file]
tests/integration/tests/src/test/selenium/i18n/french-france.html [deleted file]
tests/integration/tests/src/test/selenium/i18n/french-switzerland.html [deleted file]
tests/integration/tests/src/test/selenium/i18n/french.html [deleted file]
tests/integration/tests/src/test/selenium/i18n/japanese_duplications.html [deleted file]
tests/integration/tests/src/test/selenium/i18n/japanese_sources.html [deleted file]
tests/integration/tests/src/test/selenium/java-inner-classes/dashboard.html [deleted file]
tests/integration/tests/src/test/selenium/libraries/display_tests.html [deleted file]
tests/integration/tests/src/test/selenium/libraries/keyword_filter.html [deleted file]
tests/integration/tests/src/test/selenium/libraries/module_libraries.html [deleted file]
tests/integration/tests/src/test/selenium/manual_metrics/predefined_metrics.html [deleted file]
tests/integration/tests/src/test/selenium/many-source-dirs.html [deleted file]
tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-1016_file_level_resources_only.html [deleted file]
tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-268.html [deleted file]
tests/integration/tests/src/test/selenium/measures_drilldown/SONAR-564_show_zero_measures.html [deleted file]
tests/integration/tests/src/test/selenium/measures_drilldown/dont-display-resources-without-violations.html [deleted file]
tests/integration/tests/src/test/selenium/measures_drilldown/show_from_modules_to_classes.html [deleted file]
tests/integration/tests/src/test/selenium/modules.html [deleted file]
tests/integration/tests/src/test/selenium/plugins/settings_on_core_plugins.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/SONAR-560_remove_a_rule_from_sonar_way.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/activate-profile.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/backup-profile.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/bulk-change.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/cancel-profile-creation.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/copy-profile.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/create_java_profile.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/dashboard_links_to_used_profile.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/delete-profile.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/display-permalinks-to-tools.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-blank-name.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/do-not-copy-with-existing-name.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/do-not-create-profile-with-existing-name.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/do-not-delete-provided-profiles.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/link-profile-to-project.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/permalink-to-checkstyle-configuration.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/permalink-to-default-checkstyle-configuration.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/permalink-to-pmd-configuration.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/profile-overriden-by-maven-parameter.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/provided-profiles-are-not-editable.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/read-only-mode-when-anonymous-user.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/should_import_checkstyle_findbugs_pmd.html [deleted file]
tests/integration/tests/src/test/selenium/profiles/user-profiles-are-editable.html [deleted file]
tests/integration/tests/src/test/selenium/projects_columns/projects_columns_add_and_remove_column.html [deleted file]
tests/integration/tests/src/test/selenium/projects_columns/projects_columns_disable_and_enable_treemap.html [deleted file]
tests/integration/tests/src/test/selenium/projects_columns/projects_columns_move_column_to_left_and_right.html [deleted file]
tests/integration/tests/src/test/selenium/projects_columns/projects_columns_remove_default_column_sort.html [deleted file]
tests/integration/tests/src/test/selenium/projects_columns/projects_columns_update_default_column_sort.html [deleted file]
tests/integration/tests/src/test/selenium/reviews/create_then_edit_type.html [deleted file]
tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html [deleted file]
tests/integration/tests/src/test/selenium/reviews/reviews_should_not_create_review_in_futur.html [deleted file]
tests/integration/tests/src/test/selenium/ruby-api.html [deleted file]
tests/integration/tests/src/test/selenium/rules-on-tests.html [deleted file]
tests/integration/tests/src/test/selenium/rules/SONAR-1000_quality_profile_with_space_or_dot.html [deleted file]
tests/integration/tests/src/test/selenium/rules/check_rules_extensions.html [deleted file]
tests/integration/tests/src/test/selenium/rules/copy_a_provided_profile_and_modify_a_rule_param.html [deleted file]
tests/integration/tests/src/test/selenium/rules/copy_and_edit_rule_template.html [deleted file]
tests/integration/tests/src/test/selenium/rules/pmd_xpath_rule_extension.html [deleted file]
tests/integration/tests/src/test/selenium/rules/rule_search.html [deleted file]
tests/integration/tests/src/test/selenium/rules/rule_search_verify_form_values_on_first_call.html [deleted file]
tests/integration/tests/src/test/selenium/rules/search_all_rules.html [deleted file]
tests/integration/tests/src/test/selenium/rules/search_and_display_inactive_rules.html [deleted file]
tests/integration/tests/src/test/selenium/rules/search_any_rules.html [deleted file]
tests/integration/tests/src/test/selenium/rules/search_by_plugin.html [deleted file]
tests/integration/tests/src/test/selenium/rules/search_by_rule_priority.html [deleted file]
tests/integration/tests/src/test/selenium/rules/search_by_rule_status.html [deleted file]
tests/integration/tests/src/test/selenium/rules/search_by_rule_title.html [deleted file]
tests/integration/tests/src/test/selenium/rules/violations_tab.html [deleted file]
tests/integration/tests/src/test/selenium/sourceviewers/SONAR-1007_violations_tab_when_no_violations.html [deleted file]
tests/integration/tests/src/test/selenium/sourceviewers/SONAR-300-tests_details.html [deleted file]
tests/integration/tests/src/test/selenium/sourceviewers/SONAR-517_violations_drilldown.html [deleted file]
tests/integration/tests/src/test/selenium/sourceviewers/SONAR-538-duplications_viewer.html [deleted file]
tests/integration/tests/src/test/selenium/sourceviewers/SONAR-582-violations-without-lines.html [deleted file]
tests/integration/tests/src/test/selenium/sourceviewers/SONAR-659-test_success_percentage.html [deleted file]
tests/integration/tests/src/test/selenium/static-analysis/deprecated_light_mode.html [deleted file]
tests/integration/tests/src/test/selenium/static-analysis/static-analysis.html [deleted file]
tests/integration/tests/src/test/selenium/system_info/system_info.html [deleted file]
tests/integration/tests/src/test/selenium/timemachine/SONAR-506_number_of_rules_violations_is_incorrect.html [deleted file]
tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html [deleted file]
tests/integration/tests/src/test/selenium/timemachine/should-not-display-rows-without-data.html [deleted file]
tests/integration/tests/src/test/selenium/timemachine/violations-timemachine.html [deleted file]
tests/integration/tests/src/test/selenium/treemap/treemap_check_gradient_direction.html [deleted file]
tests/integration/tests/src/test/selenium/treemap/treemap_file_drilldown_link.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/SONAR-1099-html-chars.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/no-test-failures.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/no-tests-data-on-static-analysis.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/reuse-clover-and-junit-reports.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/reuse-cobertura-and-junit-reports.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/reuse-junit-reports-only.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/reuse-maven-coverage-reports.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/skip-surefire-tests.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/some-test-failures.html [deleted file]
tests/integration/tests/src/test/selenium/unit_tests/zero-when-no-tests.html [deleted file]
tests/integration/tests/src/test/selenium/users/accept-login-with-whitespace.html [deleted file]
tests/integration/tests/src/test/selenium/users/add-user-to-group.html [deleted file]
tests/integration/tests/src/test/selenium/users/admin-has-default-groups.html [deleted file]
tests/integration/tests/src/test/selenium/users/affect-new-user-to-default-group.html [deleted file]
tests/integration/tests/src/test/selenium/users/affect-user-to-group.html [deleted file]
tests/integration/tests/src/test/selenium/users/authenticate-new-user.html [deleted file]
tests/integration/tests/src/test/selenium/users/can-not-delete-myself.html [deleted file]
tests/integration/tests/src/test/selenium/users/change-username-without-changing-password.html [deleted file]
tests/integration/tests/src/test/selenium/users/confirm-password-when-creating-user.html [deleted file]
tests/integration/tests/src/test/selenium/users/create-and-delete-groups.html [deleted file]
tests/integration/tests/src/test/selenium/users/create-and-delete-users.html [deleted file]
tests/integration/tests/src/test/selenium/users/my-profile-display-basic-data.html [deleted file]
tests/integration/tests/src/test/selenium/violations_drilldown/SONAR-455_hide_zero_measures.html [deleted file]
tests/integration/tests/src/test/selenium/violations_drilldown/check_violations_on_extensions.html [deleted file]
tests/integration/tests/src/test/selenium/violations_drilldown/popup-on-rules.html [deleted file]
tests/integration/tests/src/test/selenium/violations_drilldown/select_resource.html [deleted file]
tests/volume/README.txt [deleted file]
tests/volume/build.xml [deleted file]
tests/volume/duplicate_project.rb [deleted file]
tests/volume/lib/ant-contrib-1.0b3.jar [deleted file]
tests/volume/pom.xml [deleted file]
tests/volume/project/Template.java [deleted file]
tests/volume/project/pom.template [deleted file]
tests/volume/src/it/java/org/sonar/tests/volume/HomepageTest.java [deleted file]