@@ -53,7 +53,7 @@ def test_case_1_single_java_rule_changed
53
53
54
54
# errors might have been caused in the baseline for other rules (only visible in the stacktrace)
55
55
# hence they might appear as removed
56
- assert_equal ( 1 , @summary [ :errors ] [ :removed ] , 'found removed errors' )
56
+ assert_equal ( 0 , @summary [ :errors ] [ :removed ] , 'found removed errors' )
57
57
assert_equal ( 0 , @summary [ :errors ] [ :changed ] , 'found changed errors' )
58
58
assert_equal ( 0 , @summary [ :errors ] [ :new ] , 'found new errors' )
59
59
assert_equal ( 0 , @summary [ :configerrors ] [ :changed ] , 'found changed configerrors' )
@@ -88,7 +88,7 @@ def test_case_2_single_xpath_rule_changed
88
88
89
89
# errors might have been caused in the baseline for other rules (only visible in the stacktrace)
90
90
# hence they might appear as removed
91
- assert_equal ( 1 , @summary [ :errors ] [ :removed ] , 'found removed errors' )
91
+ assert_equal ( 0 , @summary [ :errors ] [ :removed ] , 'found removed errors' )
92
92
assert_equal ( 0 , @summary [ :errors ] [ :changed ] , 'found changed errors' )
93
93
assert_equal ( 0 , @summary [ :errors ] [ :new ] , 'found new errors' )
94
94
assert_equal ( 0 , @summary [ :configerrors ] [ :changed ] , 'found changed configerrors' )
0 commit comments