diff options
Diffstat (limited to 'tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java')
-rw-r--r-- | tests/reproducers/signed/ClasspathManifestTest/testcases/ClasspathManifestTest.java | 1 |
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)); } } |