aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-22 15:02:41 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-22 15:02:41 +0000
commit80554ac4be046afaac167a309e94c7c5f3cf3405 (patch)
tree3616c75a11a28d3cb7b677e24eb2885d618f3914 /sonar-core
parent7193aef67d64d8a58d62048745195ee12326c28a (diff)
downloadsonarqube-80554ac4be046afaac167a309e94c7c5f3cf3405.tar.gz
sonarqube-80554ac4be046afaac167a309e94c7c5f3cf3405.zip
SONAR-1722 increase the size of RULES_PROFILES.PARENT_NAME (same as NAME) + change the type of ACTIVE_RULES.INHERITANCE
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 808647dd2aa..cd31402ceb1 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
@@ -10,7 +10,7 @@
<rules_parameters id="1" rule_id="1" name="param1" description="foo" param_type="r"/>
<!-- Active rule created -->
- <active_rules id="1" profile_id="1" rule_id="1" failure_level="2" inherited="0"/>
+ <active_rules id="1" profile_id="1" rule_id="1" failure_level="2" inheritance="[null]"/>
<!-- Active rule param created -->
<active_rule_parameters id="1" active_rule_id="1" rules_parameter_id="1" value="20"/>