Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop misleading messages in StandaloneTests
Test `execute()` in StandaloneTests asserts matching of lines between expected standard output and actual output lines. It also passes the same actual lines (but in a `String` form) as a message to method assertLinesMatch, which takes three arguments. Same situation for standard error. Drop this confusing argument from the two calls to assertLinesMatch and let class `AssertLinesMatch` construct the error message for us. (cherry picked from commit 7da21dd)
- Loading branch information