diff options
author | Godin <mandrikov@gmail.com> | 2010-12-21 22:45:14 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-12-21 22:45:14 +0000 |
commit | 2398469a24eb259e8b8de911a373bb49615d761c (patch) | |
tree | 8006be4514c54495b66cdb7adf9fafdeedc27133 /sonar-core/src/test/resources | |
parent | 4d2ccd83150e1e769e67fb71bd4d519c6913cd6e (diff) | |
download | sonarqube-2398469a24eb259e8b8de911a373bb49615d761c.tar.gz sonarqube-2398469a24eb259e8b8de911a373bb49615d761c.zip |
SONAR-1722: Merge two fields ActiveRule.inherited and ActiveRule.overridden into one with enum type
Diffstat (limited to 'sonar-core/src/test/resources')
-rw-r--r-- | sonar-core/src/test/resources/org/sonar/jpa/dao/RulesDaoTest/shouldAddActiveRulesToProfile-result.xml | 2 |
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 10c18638842..808647dd2aa 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="[null]" overridden="[null]"/> + <active_rules id="1" profile_id="1" rule_id="1" failure_level="2" inherited="0"/> <!-- Active rule param created --> <active_rule_parameters id="1" active_rule_id="1" rules_parameter_id="1" value="20"/> |