[rfc][icedtea-web] Add missing knowntofail
Jiri Vanek
jvanek at redhat.com
Sat Oct 20 12:06:42 PDT 2012
On 10/19/2012 05:31 PM, Adam Domurad wrote:
> ChangeLog:
> 2012-10-19 Adam Domurad <adomurad at redhat.com>
>
> * tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
> (SignedMetaInfIndexListTest): Add @KnownToFail annotation
>
>
> knowntofail.patch
>
>
> diff --git a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/testcases/AdditionalJarsInMetaInfIndexListTests.java
> --- 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 AdditionalJarsInMetaInfInde
> 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");
Approved.
More information about the distro-pkg-dev
mailing list