diff options
author | Adam Domurad <[email protected]> | 2012-10-22 10:39:35 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-10-22 10:39:35 -0400 |
commit | 229e52bca7c9298d3a0889fe1bc6f9107b32639a (patch) | |
tree | dfdd003a702ed5a6605c86f84acd24d46e26c353 /tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases | |
parent | 554b9047555dadff178e5e29c071b4b5d201c1bb (diff) |
Add a @KnownToFail
Diffstat (limited to 'tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases')
-rw-r--r-- | tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |