/hg/release/icedtea-web-1.4: AppContextHasJNLPClassLoader - remo...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Thu May 2 10:53:10 PDT 2013


changeset a2b168188cbe in /hg/release/icedtea-web-1.4
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.4?cmd=changeset;node=a2b168188cbe
author: Jiri Vanek <jvanek at redhat.com>
date: Thu May 02 19:53:33 2013 +0200

	AppContextHasJNLPClassLoader - removed knowntofail as by hack-fixed


diffstat:

 tests/reproducers/signed/AppContextHasJNLPClassLoader/testcases/AppContextHasJNLPClassLoaderTest.java |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 8df4e27e68ab -r a2b168188cbe tests/reproducers/signed/AppContextHasJNLPClassLoader/testcases/AppContextHasJNLPClassLoaderTest.java
--- 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);



More information about the distro-pkg-dev mailing list