diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-09-21 09:00:03 +0200 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2012-09-21 09:00:03 +0200 |
commit | 49c12753ecac39f329aa7c8e5da61ef5aed0e1ab (patch) | |
tree | b5272045ccbdef01b1661a19ccabc6b0deaedf9d /sonar-testing-harness | |
parent | be4596185d7bb8cc32eb2c32ccecd51180feb6b7 (diff) | |
download | sonarqube-49c12753ecac39f329aa7c8e5da61ef5aed0e1ab.tar.gz sonarqube-49c12753ecac39f329aa7c8e5da61ef5aed0e1ab.zip |
Deactivate some tests on I18n
=> Some files were removed from the master in Sonar 3.3-SNAPSHOT, and
those tests used to look for those files based on the GitHub URL
Diffstat (limited to 'sonar-testing-harness')
-rw-r--r-- | sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedTest.java b/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedTest.java index e510f909545..83b079a3b69 100644 --- a/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedTest.java +++ b/sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedTest.java @@ -20,6 +20,7 @@ package org.sonar.test.i18n; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.sonar.test.TestUtils; @@ -45,6 +46,7 @@ public class BundleSynchronizedTest { } @Test + @Ignore("Deactivated because files were removed from the master in Sonar 3.3-SNAPSHOT") // The case of a Sonar Language Pack that translates the Core bundles public void shouldMatchBundlesOfLanguagePack() { // synchronized bundle @@ -90,6 +92,7 @@ public class BundleSynchronizedTest { } @Test + @Ignore("Deactivated because files were removed from the master in Sonar 3.3-SNAPSHOT") public void testGetBundleFileFromGithub() throws Exception { matcher = new BundleSynchronizedMatcher(null, GITHUB_RAW_TESTING_FILE_PATH); matcher.getBundleFileFromGithub("core.properties"); |