Skip to content
Snippets Groups Projects
Commit 55eadc65 authored by Christian Humer's avatar Christian Humer
Browse files

Ignore error text comparison.

parent 7fcbfe3d
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ public class TestBase {
protected static final String ERROR = "Error";
protected static final String WARNING = "Warning message";
private static boolean IGNORE_ERROR_COMPARISON = false;
private static boolean IGNORE_ERROR_COMPARISON = true;
/**
* If this is set to {@code true}, {@link Output#ContainsError} will compare the full output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment