diff --git a/resources/org/slub/rosetta/dps/repository/plugin/Validation/TestValidateSchema.java b/resources/org/slub/rosetta/dps/repository/plugin/Validation/TestValidateSchema.java index d9658272be1bc13bce076553e536f7f50d0d3d59..793ee040acc23b124288885392083cb3b56ca63d 100644 --- a/resources/org/slub/rosetta/dps/repository/plugin/Validation/TestValidateSchema.java +++ b/resources/org/slub/rosetta/dps/repository/plugin/Validation/TestValidateSchema.java @@ -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);