Skip to content
Snippets Groups Projects
Commit 4acdf177 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fix: getter changed

parent f90bce76
No related branches found
No related tags found
No related merge requests found
Pipeline #5571 passed
......@@ -82,7 +82,7 @@ public class TestValidateSchema {
e.printStackTrace();
has_exception = true;
}
System.out.println( resultHandle.getLog());
System.out.println( resultHandle.getDebugLog());
assertFalse("schema validation of " + testfile + " should not raise an exception", has_exception );
assertTrue( "schema validation of " + testfile + " should return true for sucessful validation", res);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment