Updated to newer coding standard

This commit is contained in:
mvandervoord
2019-10-24 15:33:41 -04:00
parent addd60edab
commit eb0bd42f0d
11 changed files with 414 additions and 386 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ class ParseOutput
# current suite name and statistics
@test_suite = nil
@total_tests = 0
@test_passed = 0
@test_failed = 0
@total_tests = 0
@test_passed = 0
@test_failed = 0
@test_ignored = 0
end