]> source.dussan.org Git - sonarqube.git/commit
SONAR-3126 Only "sonar.core.id" should remain unchanged
authorFabrice Bellingard <bellingard@gmail.com>
Mon, 21 May 2012 06:02:33 +0000 (08:02 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Mon, 21 May 2012 06:02:33 +0000 (08:02 +0200)
commit4a8aa36a50c817bbda91f809b5cd919cc560482b
tree3f3fbb62701cbbe1e3b900227b19c677a1e2a268
parent22765ee40acdf014cd59e448c0a3c17b64773a8d
SONAR-3126 Only "sonar.core.id" should remain unchanged

=> See https://github.com/SonarSource/sonar/commit/44ff7e7806469b587c1e3f252ad00d696b2b52db
sonar-server/src/main/java/org/sonar/server/configuration/PropertiesBackup.java
sonar-server/src/test/java/org/sonar/server/configuration/PropertiesBackupTest.java
sonar-server/src/test/resources/org/sonar/server/configuration/PropertiesBackupTest/shouldImportProperties-result.xml
sonar-server/src/test/resources/org/sonar/server/configuration/PropertiesBackupTest/shouldImportProperties.xml
sonar-server/src/test/resources/org/sonar/server/configuration/PropertiesBackupTest/shouldNotImportSonarCoreIdProperty-result.xml [new file with mode: 0644]
sonar-server/src/test/resources/org/sonar/server/configuration/PropertiesBackupTest/shouldNotImportSonarCoreIdProperty.xml [new file with mode: 0644]