]> source.dussan.org Git - sonarqube.git/commitdiff
Deactivate some tests on I18n
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Fri, 21 Sep 2012 07:00:03 +0000 (09:00 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Fri, 21 Sep 2012 07:00:03 +0000 (09:00 +0200)
=> 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

sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedTest.java

index e510f909545f442e31762b608c204ec21da38c5a..83b079a3b694de3833412a6e626a32a014bf1ca1 100644 (file)
@@ -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");