File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def test_case_1_single_java_rule_changed
64
64
65
65
assert_equal ( "This changeset changes 0 violations,\n " \
66
66
"introduces 0 new violations, 0 new errors and 0 new configuration errors,\n " \
67
- 'removes 512 violations, 1 errors and 3 configuration errors.' ,
67
+ 'removes 512 violations, 0 errors and 3 configuration errors.' ,
68
68
create_summary_message )
69
69
70
70
assert_file_equals ( "#{ PATCHES_PATH } /expected_patch_config_1.xml" , 'target/reports/diff/patch_config.xml' )
@@ -99,7 +99,7 @@ def test_case_2_single_xpath_rule_changed
99
99
100
100
assert_equal ( "This changeset changes 0 violations,\n " \
101
101
"introduces 0 new violations, 0 new errors and 0 new configuration errors,\n " \
102
- 'removes 22 violations, 1 errors and 3 configuration errors.' ,
102
+ 'removes 22 violations, 0 errors and 3 configuration errors.' ,
103
103
create_summary_message )
104
104
105
105
assert_file_equals ( "#{ PATCHES_PATH } /expected_patch_config_2.xml" , 'target/reports/diff/patch_config.xml' )
You can’t perform that action at this time.
0 commit comments