aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-11-25 16:54:23 +0100
committerJiri Vanek <[email protected]>2013-11-25 16:54:23 +0100
commitb8da03fd7a7aac183acebf7ccd26196ccafca9bc (patch)
tree945106c698d36e154761be126d24fd53848bccd7 /tests/reproducers/simple/simpletest2/testcases/SimpleTest2Test.java
parent18e9c2de7a762336e0b558f3007340d5eb2e9e44 (diff)
Removed most of checks to no output from reproducers
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";