]> source.dussan.org Git - sonarqube.git/commit
SONAR-2094 Support backups without the field <enabled>
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 2 Feb 2011 13:31:14 +0000 (14:31 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 2 Feb 2011 13:32:36 +0000 (14:32 +0100)
commit2bc382aaeace31072352a0b7e18c5878815a692a
tree63a790c4e3fe2d9f8aee2e3c08d36501a94e715f
parent303de3527f9d9bc4394bf997dfa287a8f7b3b375
SONAR-2094 Support backups without the field <enabled>
sonar-plugin-api/src/main/java/org/sonar/api/profiles/RulesProfile.java
sonar-server/src/main/java/org/sonar/server/configuration/Backup.java
sonar-server/src/main/java/org/sonar/server/configuration/ProfilesBackup.java
sonar-server/src/test/java/org/sonar/server/configuration/ProfilesBackupTest.java
sonar-server/src/test/resources/org/sonar/server/configuration/ProfilesBackupTest/shouldSupportEnabledField.xml [new file with mode: 0644]
sonar-server/src/test/resources/org/sonar/server/configuration/ProfilesBackupTest/shouldSupportMissingEnabledField.xml [new file with mode: 0644]