Skip to content

Commit 27a3b49

Browse files
committed
Fix integration tests (follow up on #96, #97)
1 parent 031e089 commit 27a3b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/manual_integration_tests.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_case_1_single_java_rule_changed
6464

6565
assert_equal("This changeset changes 0 violations,\n" \
6666
"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.',
6868
create_summary_message)
6969

7070
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
9999

100100
assert_equal("This changeset changes 0 violations,\n" \
101101
"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.',
103103
create_summary_message)
104104

105105
assert_file_equals("#{PATCHES_PATH}/expected_patch_config_2.xml", 'target/reports/diff/patch_config.xml')

0 commit comments

Comments
 (0)