From b8da03fd7a7aac183acebf7ccd26196ccafca9bc Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 25 Nov 2013 16:54:23 +0100 Subject: Removed most of checks to no output from reproducers --- .../SetContextClassLoader/testcases/SetContextClassLoaderTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/reproducers/simple/SetContextClassLoader') diff --git a/tests/reproducers/simple/SetContextClassLoader/testcases/SetContextClassLoaderTest.java b/tests/reproducers/simple/SetContextClassLoader/testcases/SetContextClassLoaderTest.java index 0796db7..f2d2648 100644 --- a/tests/reproducers/simple/SetContextClassLoader/testcases/SetContextClassLoaderTest.java +++ b/tests/reproducers/simple/SetContextClassLoader/testcases/SetContextClassLoaderTest.java @@ -51,7 +51,6 @@ public class SetContextClassLoaderTest { Assert.assertTrue("stderr should match "+s+" but didn't",pr.stderr.matches(s)); String cc="ClassNotFoundException"; Assert.assertFalse("stderr should NOT contains `"+cc+"`, but did",pr.stderr.contains(cc)); - Assert.assertFalse("stdout length should be <=2, but was "+pr.stdout.length(),pr.stdout.length()>2); Assert.assertFalse("SetContextClassLoader1 should not be terminated, but was",pr.wasTerminated); Assert.assertEquals((Integer) 0, pr.returnValue); } -- cgit v1.2.3