aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java')
-rw-r--r--tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java b/tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java
index 16dffb4..e0131aa 100644
--- a/tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java
+++ b/tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java
@@ -49,7 +49,6 @@ public class SimpleTest2Test {
@Test
public void testSimpletest2lunchException() throws Exception {
ProcessResult pr=server.executeJavawsHeadless(null,"/simpletest2.jnlp");
- Assert.assertTrue("stdout should be < 1 , but was "+pr.stdout.trim().length(),pr.stdout.trim().length() < 1);
String s="Correct exception";
Assert.assertTrue("stderr should contains "+s+" but didn't",pr.stderr.contains(s));
String ss="Exception";