diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-13 01:05:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-13 01:05:13 +0200 |
commit | 48b69e888b43b162a53d7e6fbd14aa499a056105 (patch) | |
tree | 36533320e8d4beda37c587fe81fff9324d1b2857 /sonar-batch | |
parent | 0fe25123678e29293ac6d5cc8a7973c5c0cda2ca (diff) | |
download | sonarqube-48b69e888b43b162a53d7e6fbd14aa499a056105.tar.gz sonarqube-48b69e888b43b162a53d7e6fbd14aa499a056105.zip |
SONAR-5064 Remove active rule notes
Diffstat (limited to 'sonar-batch')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/rule/ActiveRulesProviderTest/shared.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/rule/ActiveRulesProviderTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/rule/ActiveRulesProviderTest/shared.xml index 2c4953c0dc9..695222a8c53 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/rule/ActiveRulesProviderTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/rule/ActiveRulesProviderTest/shared.xml @@ -13,13 +13,11 @@ used_profile="[false]"/> <!-- java --> - <active_rules id="1" profile_id="2" rule_id="10" failure_level="0" inheritance="[null]" - note_created_at="2013-12-18" note_updated_at="2013-12-18" note_user_login="john" note_data="other note"/> + <active_rules id="1" profile_id="2" rule_id="10" failure_level="0" inheritance="[null]"/> <active_rule_parameters id="1" active_rule_id="1" rules_parameter_id="1" rules_parameter_key="max" value="20"/> <active_rule_parameters id="2" active_rule_id="1" rules_parameter_id="2" rules_parameter_key="format" value="html"/> <!-- php --> - <active_rules id="2" profile_id="3" rule_id="100" failure_level="4" inheritance="[null]" - note_created_at="2013-12-18" note_updated_at="2013-12-18" note_user_login="john" note_data="other note"/> + <active_rules id="2" profile_id="3" rule_id="100" failure_level="4" inheritance="[null]"/> </dataset> |