]> source.dussan.org Git - sonarqube.git/commit
Use random timezone when executing tests from maven
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 2 Apr 2015 13:17:31 +0000 (15:17 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 2 Apr 2015 14:53:38 +0000 (16:53 +0200)
commitd5b84364c57fd4f1f160661e3da105527ead4c28
tree446b481d6ff94ddc0949b4997d5b2cceeb561ed8
parent9d98b11d4ed298aa9a6c312f9f34b51f32bfd481
Use random timezone when executing tests from maven

This allows to fail-fast if a test is heavily coupled with local timezone.
pom.xml
server/sonar-server/src/test/java/org/sonar/server/db/migrations/v43/ConvertIssueDebtToMinutesMigrationTest.java
server/sonar-server/src/test/java/org/sonar/server/measure/MeasureFilterExecutorTest.java
server/sonar-server/src/test/java/org/sonar/server/startup/RenameIssueWidgetsTest.java
server/sonar-ws-client/src/test/java/org/sonar/wsclient/unmarshallers/ManualMeasureUnmarshallerTest.java
sonar-batch/src/test/java/org/sonar/batch/ProjectConfiguratorTest.java
sonar-batch/src/test/java/org/sonar/batch/platform/DefaultServerTest.java
sonar-core/src/test/java/org/sonar/core/computation/dbcleaner/period/IntervalTest.java
sonar-core/src/test/java/org/sonar/core/i18n/DefaultI18nTest.java
sonar-plugin-api/src/test/java/org/sonar/api/config/SettingsTest.java