aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java
diff options
context:
space:
mode:
authorJiri Vanek <jvanek@redhat.com>2014-01-16 16:21:55 +0100
committerJiri Vanek <jvanek@redhat.com>2014-01-16 16:21:55 +0100
commit5aa7f2cdfbc59fdc3daede83f3a9a79b423b1cbd (patch)
treeb964f8287903f688dc891b1c33b199b4a5331424 /tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java
parentf72f4619b8b18245e7314073955454d3a807ac68 (diff)
Reproducers stabilization by removing check for not presented general Exception or error.
Diffstat (limited to 'tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java')
-rw-r--r--tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java b/tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java
index e14c174..b9aac4c 100644
--- a/tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java
+++ b/tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java
@@ -127,6 +127,5 @@ public class ClasspathManifestTest extends BrowserTest {
Assert.assertTrue("ClasspathManifest.BrowserAppletRemoteTest stdout should contain " + s1 + " but didn't", pr.stdout.contains(s1));
// Should be the only one to search manifest for classpath.
Assert.assertTrue("ClasspathManifest.BrowserAppletRemoteTest stdout should contain " + s2 + " but didn't", pr.stdout.contains(s2));
- Assert.assertFalse("ClasspathManifest.BrowserAppletRemoteTest stderr should not contain " + ss + " but did", pr.stderr.contains(ss));
}
}