From 229e52bca7c9298d3a0889fe1bc6f9107b32639a Mon Sep 17 00:00:00 2001 From: Adam Domurad Date: Mon, 22 Oct 2012 10:39:35 -0400 Subject: Add a @KnownToFail --- ChangeLog | 5 +++++ .../testcases/AdditionalJarsInMetaInfIndexListTests.java | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6933a3b..321c393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-10-19 Adam Domurad + + * tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java + (SignedMetaInfIndexListTest): Add @KnownToFail annotation + 2012-10-19 Jiri Vanek Renamed reproducers-related variables and targets diff --git a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java index 0b81a17..29eaa73 100644 --- a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java +++ b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java @@ -44,6 +44,7 @@ import java.util.List; 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 @@ public class AdditionalJarsInMetaInfIndexListTests extends BrowserTest { 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"); -- cgit v1.2.3