]> source.dussan.org Git - sonarqube.git/commit
SONAR-9304 add integration tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 9 Jun 2017 15:12:01 +0000 (17:12 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Wed, 14 Jun 2017 13:43:13 +0000 (15:43 +0200)
commitdd5713279b5b6beccdb5cc65681dbde25898f035
tree916d99177aefa54a1da27afd9b317a7e182a53b6
parent7a163414fe1eeb2be1754d87c9969c4a68105b5e
SONAR-9304 add integration tests
103 files changed:
it/it-tests/src/test/java/it/Category4Suite.java
it/it-tests/src/test/java/it/Category6Suite.java
it/it-tests/src/test/java/it/analysis/ReportDumpTest.java
it/it-tests/src/test/java/it/issue/AbstractIssueTest.java
it/it-tests/src/test/java/it/issue/IssueSearchTest.java
it/it-tests/src/test/java/it/issue/IssueTagsTest.java
it/it-tests/src/test/java/it/issue/OrganizationIssueAssignTest.java
it/it-tests/src/test/java/it/organization/BillingTest.java
it/it-tests/src/test/java/it/organization/OrganizationMembershipTest.java
it/it-tests/src/test/java/it/organization/OrganizationMembershipUiTest.java [new file with mode: 0644]
it/it-tests/src/test/java/it/organization/OrganizationTest.java
it/it-tests/src/test/java/it/organization/PersonalOrganizationTest.java [new file with mode: 0644]
it/it-tests/src/test/java/it/organization/RootUserOnOrganizationTest.java
it/it-tests/src/test/java/it/organization/RootUserTest.java
it/it-tests/src/test/java/it/projectSearch/LeakProjectsPageTest.java
it/it-tests/src/test/java/it/projectSearch/SearchProjectsTest.java
it/it-tests/src/test/java/it/qualityProfile/BuiltInQualityProfilesTest.java [new file with mode: 0644]
it/it-tests/src/test/java/it/qualityProfile/CustomQualityProfilesTest.java [new file with mode: 0644]
it/it-tests/src/test/java/it/qualityProfile/OrganizationQualityProfilesPageTest.java [deleted file]
it/it-tests/src/test/java/it/qualityProfile/OrganizationQualityProfilesUiTest.java [new file with mode: 0644]
it/it-tests/src/test/java/it/qualityProfile/QualityProfilesBuiltInTest.java [deleted file]
it/it-tests/src/test/java/it/qualityProfile/QualityProfilesPageTest.java [deleted file]
it/it-tests/src/test/java/it/qualityProfile/QualityProfilesRestoreAndSearchTest.java [deleted file]
it/it-tests/src/test/java/it/qualityProfile/QualityProfilesUiTest.java [new file with mode: 0644]
it/it-tests/src/test/java/it/rule/RuleTagsTest.java [new file with mode: 0644]
it/it-tests/src/test/java/it/rule/RulesPerOrganizationTest.java [deleted file]
it/it-tests/src/test/java/it/serverSystem/PingTest.java
it/it-tests/src/test/java/it/uiExtension/OrganizationUiExtensionsTest.java
it/it-tests/src/test/java/it/user/OrganizationIdentityProviderTest.java
it/it-tests/src/test/java/util/ItUtils.java
it/it-tests/src/test/java/util/OrganizationRule.java [new file with mode: 0644]
it/it-tests/src/test/java/util/OrganizationSupport.java [new file with mode: 0644]
it/it-tests/src/test/java/util/QualityProfileRule.java [new file with mode: 0644]
it/it-tests/src/test/java/util/QualityProfileSupport.java [new file with mode: 0644]
it/it-tests/src/test/java/util/user/UserRule.java
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_compare.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_copy.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_create.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_delete.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_changelog.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_list.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_exporters.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_inheritance.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_projects.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_display_profile_rules.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_filter_by_language.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_open_from_list.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_rename.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_restore.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesPageTest/should_set_default.html [deleted file]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_compare.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_copy.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_create.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_delete.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_changelog.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_list.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_profile_exporters.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_profile_inheritance.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_profile_projects.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_display_profile_rules.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_filter_by_language.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_open_from_list.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_rename.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_restore.html [new file with mode: 0644]
it/it-tests/src/test/resources/organization/OrganizationQualityProfilesUiTest/should_set_default.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_compare.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_copy.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_create.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_delete.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_display_changelog.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_display_list.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_display_profile_exporters.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_display_profile_inheritance.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_display_profile_projects.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_display_profile_rules.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_filter_by_language.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_open_from_list.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_rename.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_restore.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesPageTest/should_set_default.html [deleted file]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_compare.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_copy.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_create.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_delete.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_changelog.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_list.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_exporters.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_inheritance.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_projects.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_display_profile_rules.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_filter_by_language.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_open_from_list.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_rename.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_restore.html [new file with mode: 0644]
it/it-tests/src/test/resources/qualityProfile/QualityProfilesUiTest/should_set_default.html [new file with mode: 0644]
server/sonar-db-migration/src/main/java/org/sonar/server/platform/db/migration/version/v65/DbVersion65.java
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/RuleActivator.java
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/RuleActivatorMediumTest.java
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/RuleActivatorTest.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/ChangeParentRequest.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/QualityProfileWsParameters.java
sonar-ws/src/main/java/org/sonarqube/ws/client/qualityprofile/QualityProfilesService.java
sonar-ws/src/test/java/org/sonarqube/ws/client/qualityprofile/QualityProfilesServiceTest.java