/hg/icedtea-web: Add a @KnownToFail
adomurad at icedtea.classpath.org
adomurad at icedtea.classpath.org
Mon Oct 22 07:36:51 PDT 2012
changeset cdc7637779f4 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=cdc7637779f4
author: Adam Domurad <adomurad at redhat.com>
date: Mon Oct 22 10:39:35 2012 -0400
Add a @KnownToFail
diffstat:
ChangeLog | 5 +++++
tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java | 2 ++
2 files changed, 7 insertions(+), 0 deletions(-)
diffs (31 lines):
diff -r 14528918a200 -r cdc7637779f4 ChangeLog
--- a/ChangeLog Fri Oct 19 16:18:25 2012 +0200
+++ b/ChangeLog Mon Oct 22 10:39:35 2012 -0400
@@ -1,3 +1,8 @@
+2012-10-19 Adam Domurad <adomurad at redhat.com>
+
+ * tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
+ (SignedMetaInfIndexListTest): Add @KnownToFail annotation
+
2012-10-19 Jiri Vanek <jvanek at redhat.com>
Renamed reproducers-related variables and targets
diff -r 14528918a200 -r cdc7637779f4 tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
--- a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java Fri Oct 19 16:18:25 2012 +0200
+++ b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java Mon Oct 22 10:39:35 2012 -0400
@@ -44,6 +44,7 @@
import net.sourceforge.jnlp.ServerAccess;
import net.sourceforge.jnlp.ProcessResult;
import net.sourceforge.jnlp.annotations.Bug;
+import net.sourceforge.jnlp.annotations.KnownToFail;
import net.sourceforge.jnlp.browsertesting.BrowserTest;
import org.junit.Test;
@@ -55,6 +56,7 @@
private static final String CORRECT_EXEC = "Program Executed Correctly.";
@Test
+ @KnownToFail
@Bug(id = "PR1112")
public void SignedMetaInfIndexListTest() throws Exception {
ProcessResult pr = server.executeJavawsHeadless("/AdditionalJarsInMetaInfIndexListSigned.jnlp");
More information about the distro-pkg-dev
mailing list