changeset 535:cdc7637779f4

Add a @KnownToFail
author Adam Domurad <adomurad@redhat.com>
date Mon, 22 Oct 2012 10:39:35 -0400
parents 14528918a200
children 274ff243ba73
files ChangeLog tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
+	(SignedMetaInfIndexListTest): Add @KnownToFail annotation 
+
 2012-10-19  Jiri Vanek <jvanek@redhat.com>
 
 	Renamed reproducers-related variables and targets
--- 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");