aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-10-22 10:39:35 -0400
committerAdam Domurad <[email protected]>2012-10-22 10:39:35 -0400
commit229e52bca7c9298d3a0889fe1bc6f9107b32639a (patch)
treedfdd003a702ed5a6605c86f84acd24d46e26c353
parent554b9047555dadff178e5e29c071b4b5d201c1bb (diff)
Add a @KnownToFail
-rw-r--r--ChangeLog5
-rw-r--r--tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6933a3b..321c393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-19 Adam Domurad <[email protected]>
+
+ * tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
+ (SignedMetaInfIndexListTest): Add @KnownToFail annotation
+
2012-10-19 Jiri Vanek <[email protected]>
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");