aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-12-21 00:20:07 +0000
committerGodin <mandrikov@gmail.com>2010-12-21 00:20:07 +0000
commitc20e334b230bc4cd12d0d13746b8e7828550cb80 (patch)
tree8cf0605bd0bf3eb8b5c8f633f90454e787c605e4 /sonar-core
parentc365b36cf4b231555de68b193a765502d9d28bbb (diff)
downloadsonarqube-c20e334b230bc4cd12d0d13746b8e7828550cb80.tar.gz
sonarqube-c20e334b230bc4cd12d0d13746b8e7828550cb80.zip
SONAR-1722: Change RulesProfile.parentId to RulesProfile.parentName in order to simplify backup
SONAR-2052: Add test for backup of inherited profiles
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldAddActiveRulesToProfile-result.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldAddActiveRulesToProfile-result.xml b/sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldAddActiveRulesToProfile-result.xml
index 32bf7af86df..55a8577642b 100644
--- a/sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldAddActiveRulesToProfile-result.xml
+++ b/sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldAddActiveRulesToProfile-result.xml
@@ -1,6 +1,6 @@
<dataset>
- <rules_profiles id="1" parent_id="[null]" provided="true" name="profile" default_profile="1" language="java"/>
+ <rules_profiles id="1" parent_name="[null]" provided="true" name="profile" default_profile="1" language="java"/>
<rules_categories id="1" name="category one" description="[null]"/>