removed invisible control characters
This commit is contained in:
@ -2,7 +2,7 @@ class JunitAdapter < TestingFrameworkAdapter
|
|||||||
COUNT_REGEXP = /Tests run: (\d+)/
|
COUNT_REGEXP = /Tests run: (\d+)/
|
||||||
FAILURES_REGEXP = /Failures: (\d+)/
|
FAILURES_REGEXP = /Failures: (\d+)/
|
||||||
SUCCESS_REGEXP = /OK \((\d+) test[s]?\)/
|
SUCCESS_REGEXP = /OK \((\d+) test[s]?\)/
|
||||||
ASSERTION_ERROR_REGEXP = /java\.lang\.AssertionError:\s(.*)|org\.junit\.ComparisonFailure:\s(.*)/
|
ASSERTION_ERROR_REGEXP = /java\.lang\.AssertionError:\s(.*)|org\.junit\.ComparisonFailure:\s(.*)/
|
||||||
|
|
||||||
def self.framework_name
|
def self.framework_name
|
||||||
'JUnit'
|
'JUnit'
|
||||||
|
Reference in New Issue
Block a user