changeset 731:a2b168188cbe

AppContextHasJNLPClassLoader - removed knowntofail as by hack-fixed
author Jiri Vanek <jvanek@redhat.com>
date Thu, 02 May 2013 19:53:33 +0200
parents 8df4e27e68ab
children 7417aafce17f
files tests/reproducers/signed/AppContextHasJNLPClassLoader/testcases/AppContextHasJNLPClassLoaderTest.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/reproducers/signed/AppContextHasJNLPClassLoader/testcases/AppContextHasJNLPClassLoaderTest.java	Thu May 02 19:18:38 2013 +0200
+++ b/tests/reproducers/signed/AppContextHasJNLPClassLoader/testcases/AppContextHasJNLPClassLoaderTest.java	Thu May 02 19:53:33 2013 +0200
@@ -71,7 +71,6 @@
     }
 
     @Test
-    @KnownToFail
     @Bug(id="PR1251")
     public void testJNLPApplicationAppContext() throws Exception {
         ProcessResult pr = server.executeJavawsHeadless("/AppContextHasJNLPClassLoader.jnlp");
@@ -88,7 +87,6 @@
 
     @Test
     @TestInBrowsers(testIn={Browsers.one})
-    @KnownToFail
     @Bug(id="PR1251")
     public void testAppletAppContext() throws Exception {
         ProcessResult pr = server.executeBrowser("/AppContextHasJNLPClassLoader.html", AutoClose.CLOSE_ON_CORRECT_END);