]> source.dussan.org Git - sonarqube.git/commit
SONAR-3736 Use Maven dependencies for I18n Harmcrest matchers
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 19 Sep 2012 15:45:05 +0000 (17:45 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Wed, 19 Sep 2012 15:45:05 +0000 (17:45 +0200)
commitda68ac0b2b86a0042b4d6dbc384a70b492defdf4
tree09c464fd2d351025335060c4adc5ed6f8ddc5950
parent31f6135f129e135b038dbf79b1c02a7db0acf798
SONAR-3736 Use Maven dependencies for I18n Harmcrest matchers

- Do not use URLs anymore, to make it easier to test (no need for an
  internet connection)
12 files changed:
sonar-testing-harness/src/main/java/org/sonar/test/i18n/BundleSynchronizedMatcher.java
sonar-testing-harness/src/main/java/org/sonar/test/i18n/I18nMatchers.java
sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedMatcherTest.java [new file with mode: 0644]
sonar-testing-harness/src/test/java/org/sonar/test/i18n/BundleSynchronizedTest.java [deleted file]
sonar-testing-harness/src/test/resources/org/sonar/l10n/abacus_fr.properties
sonar-testing-harness/src/test/resources/org/sonar/l10n/branding_fr.properties [new file with mode: 0644]
sonar-testing-harness/src/test/resources/org/sonar/l10n/core.properties [deleted file]
sonar-testing-harness/src/test/resources/org/sonar/l10n/core_fr.properties [deleted file]
sonar-testing-harness/src/test/resources/org/sonar/l10n/core_fr_CA.properties [deleted file]
sonar-testing-harness/src/test/resources/org/sonar/l10n/noMissingKeys.properties [deleted file]
sonar-testing-harness/src/test/resources/org/sonar/l10n/noMissingKeys_fr.properties [deleted file]
sonar-testing-harness/src/test/resources/org/sonar/test/i18n/BundleSynchronizedMatcherTest/bundle.properties [new file with mode: 0644]