/hg/icedtea-web: Added reproducer to test ico provider accessibi...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Fri Nov 13 14:30:16 UTC 2015
changeset 9bd32a935833 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=9bd32a935833
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Nov 13 15:30:04 2015 +0100
Added reproducer to test ico provider accessibility
* tests/reproducers/simple/IcoAccess/resources/IcoAccess.html: html for applet
* tests/reproducers/simple/IcoAccess/resources/IcoAccess.jnlp: jnlp for javaws app
* tests/reproducers/simple/IcoAccess/srcs/IcoAccess.java: main class
* tests/reproducers/simple/IcoAccess/testcases/IcoAccessTest.java: tests applet, appelt via -html and javaws can access ico normaly. javaws -headless can not. Strange.
diffstat:
ChangeLog | 11 +
tests/reproducers/simple/IcoAccess/resources/IcoAccess.html | 47 ++++
tests/reproducers/simple/IcoAccess/resources/IcoAccess.ico | Bin
tests/reproducers/simple/IcoAccess/resources/IcoAccess.jnlp | 53 ++++
tests/reproducers/simple/IcoAccess/resources/IcoAccess.png | Bin
tests/reproducers/simple/IcoAccess/srcs/IcoAccess.java | 115 ++++++++++
tests/reproducers/simple/IcoAccess/testcases/IcoAccessTest.java | 112 +++++++++
7 files changed, 338 insertions(+), 0 deletions(-)
diffs (365 lines):
diff -r e06ef52c7b77 -r 9bd32a935833 ChangeLog
--- a/ChangeLog Fri Nov 13 10:52:12 2015 +0100
+++ b/ChangeLog Fri Nov 13 15:30:04 2015 +0100
@@ -1,3 +1,14 @@
+2015-11-13 Jiri Vanek <jvanek at redhat.com>
+
+ Added reproducer to test ico provider accessibility
+ * tests/reproducers/simple/IcoAccess/resources/IcoAccess.html: html for applet
+ * tests/reproducers/simple/IcoAccess/resources/IcoAccess.jnlp: jnlp for javaws app
+ * tests/reproducers/simple/IcoAccess/srcs/IcoAccess.java: main class
+ * tests/reproducers/simple/IcoAccess/testcases/IcoAccessTest.java: tests
+ applet, appelt via -html and javaws can access ico normaly. javaws -headless
+ can not. Strange.
+
+
2015-11-13 Jiri Vanek <jvanek at redhat.com>
Tested ico implementation
diff -r e06ef52c7b77 -r 9bd32a935833 tests/reproducers/simple/IcoAccess/resources/IcoAccess.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/IcoAccess/resources/IcoAccess.html Fri Nov 13 15:30:04 2015 +0100
@@ -0,0 +1,47 @@
+<!--
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head></head><body bgcolor="blue">
+
+ <p>
+ <applet id="IcoAccess" code="IcoAccess.class" archive="IcoAccess.jar" codebase="." width="100" height="100">
+ </applet>
+ </p>
+
+ </body>
+</html>
diff -r e06ef52c7b77 -r 9bd32a935833 tests/reproducers/simple/IcoAccess/resources/IcoAccess.ico
Binary file tests/reproducers/simple/IcoAccess/resources/IcoAccess.ico has changed
diff -r e06ef52c7b77 -r 9bd32a935833 tests/reproducers/simple/IcoAccess/resources/IcoAccess.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/IcoAccess/resources/IcoAccess.jnlp Fri Nov 13 15:30:04 2015 +0100
@@ -0,0 +1,53 @@
+<!--
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+
+ -->
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0" href="IcoAccess.jnlp" codebase=".">
+ <information>
+ <title>IcoAccess</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>IcoAccess</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="IcoAccess.jar"/>
+ </resources>
+ <application-desc main-class="IcoAccess">
+ </application-desc>
+</jnlp>
diff -r e06ef52c7b77 -r 9bd32a935833 tests/reproducers/simple/IcoAccess/resources/IcoAccess.png
Binary file tests/reproducers/simple/IcoAccess/resources/IcoAccess.png has changed
diff -r e06ef52c7b77 -r 9bd32a935833 tests/reproducers/simple/IcoAccess/srcs/IcoAccess.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/IcoAccess/srcs/IcoAccess.java Fri Nov 13 15:30:04 2015 +0100
@@ -0,0 +1,115 @@
+
+import java.applet.Applet;
+import java.awt.image.BufferedImage;
+import java.io.BufferedInputStream;
+import java.io.ByteArrayInputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.net.MalformedURLException;
+import java.net.URL;
+import javax.imageio.ImageIO;
+import javax.jnlp.BasicService;
+import javax.jnlp.ServiceManager;
+import javax.jnlp.UnavailableServiceException;
+
+
+/* SimpleTest1.java
+ Copyright (C) 2011 Red Hat, Inc.
+
+ This file is part of IcedTea.
+
+ IcedTea is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 2.
+
+ IcedTea is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with IcedTea; see the file COPYING. If not, write to
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA.
+
+ Linking this library statically or dynamically with other modules is
+ making a combined work based on this library. Thus, the terms and
+ conditions of the GNU General Public License cover the whole
+ combination.
+
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent
+ modules, and to copy and distribute the resulting executable under
+ terms of your choice, provided that you also meet, for each linked
+ independent module, the terms and conditions of the license of that
+ module. An independent module is a module which is not derived from
+ or based on this library. If you modify this library, you may extend
+ this exception to your version of the library, but you are not
+ obligated to do so. If you do not wish to do so, delete this
+ exception statement from your version.
+ */
+public class IcoAccess extends Applet{
+
+ @Override
+ public void init() {
+ try {
+ main(getCodeBase().toExternalForm());
+ } catch (Exception ex){
+ ex.printStackTrace();
+ }
+ }
+
+ public static void main(String... args) throws UnavailableServiceException, MalformedURLException, IOException {
+ //args = new String[]{"http://localhost:44321"};
+ System.out.println("IcoAccess running");
+ final URL codeBase;
+ if (args.length == 0) {
+ final BasicService bs = (BasicService) ServiceManager.lookup(
+ "javax.jnlp.BasicService");
+ codeBase = bs.getCodeBase();
+ } else {
+ //for "normal" app tsting and appelts
+ codeBase = new URL(args[0]);
+ }
+ System.out.println(codeBase);
+ URL ico = new URL(codeBase + "/IcoAccess.ico");
+ URL png = new URL(codeBase + "/IcoAccess.png");
+ System.out.println(ico);
+ byte[] b = new byte[1406];
+ for (int i = 0; i < b.length; i++) {
+ b[i] = 0;
+
+ }
+ try (InputStream is = ico.openStream()) {
+ is.read(b);
+ }
+ check(0, b[0]);
+ check(0, b[1]);
+ check(1, b[2]);
+ check(0, b[3]);
+ check(1, b[4]);
+ check(0, b[5]);
+ check(16, b[6]);
+ check(16, b[7]);
+ check(0, b[1273]);
+ for (int i = 1274; i <= 1341; i++) {
+ check(1, b[i]);
+ }
+ check(0, b[1342]);
+ System.out.println("array checks passed");
+ BufferedImage i = ImageIO.read(new BufferedInputStream(new ByteArrayInputStream(b)));
+ System.out.println("ico: " + i);
+ System.out.println("IcoAccess ended");
+ BufferedImage i2 = ImageIO.read(png);
+ System.out.println("png: " + i2);
+ System.out.println("*** APPLET FINISHED ***");
+
+ }
+
+ private static void check(int i, byte b) {
+ if (i != b) {
+ throw new RuntimeException("The image was not laoded!");
+ }
+ }
+}
diff -r e06ef52c7b77 -r 9bd32a935833 tests/reproducers/simple/IcoAccess/testcases/IcoAccessTest.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/IcoAccess/testcases/IcoAccessTest.java Fri Nov 13 15:30:04 2015 +0100
@@ -0,0 +1,112 @@
+/* SimpleTest1Test.java
+ Copyright (C) 2011 Red Hat, Inc.
+
+ This file is part of IcedTea.
+
+ IcedTea is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 2.
+
+ IcedTea is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with IcedTea; see the file COPYING. If not, write to
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA.
+
+ Linking this library statically or dynamically with other modules is
+ making a combined work based on this library. Thus, the terms and
+ conditions of the GNU General Public License cover the whole
+ combination.
+
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent
+ modules, and to copy and distribute the resulting executable under
+ terms of your choice, provided that you also meet, for each linked
+ independent module, the terms and conditions of the license of that
+ module. An independent module is a module which is not derived from
+ or based on this library. If you modify this library, you may extend
+ this exception to your version of the library, but you are not
+ obligated to do so. If you do not wish to do so, delete this
+ exception statement from your version.
+ */
+
+import java.util.Arrays;
+import net.sourceforge.jnlp.OptionsDefinitions;
+import net.sourceforge.jnlp.ProcessResult;
+import net.sourceforge.jnlp.ServerAccess;
+import net.sourceforge.jnlp.annotations.TestInBrowsers;
+import net.sourceforge.jnlp.browsertesting.BrowserTest;
+import net.sourceforge.jnlp.browsertesting.Browsers;
+import net.sourceforge.jnlp.closinglisteners.AutoErrorClosingListener;
+import net.sourceforge.jnlp.closinglisteners.AutoOkClosingListener;
+import org.junit.Assert;
+
+import org.junit.Test;
+
+public class IcoAccessTest extends BrowserTest {
+
+ @Test
+ public void testJavawsCanUseIcoProvider() throws Exception {
+ ProcessResult pr = server.executeJavaws(null, "IcoAccess.jnlp");
+ Assert.assertTrue(pr.stdout.contains("IcoAccess running"));
+ Assert.assertTrue(pr.stdout.matches("(?s).*http.*IcoAccess.ico.*"));
+ Assert.assertTrue(pr.stdout.contains("array checks passed"));
+ //javaws CAN access our registered provider
+ Assert.assertTrue(pr.stdout.contains("ico: BufferedImage@"));
+ Assert.assertFalse(pr.stdout.contains("ico: null"));
+ Assert.assertTrue(pr.stdout.contains("IcoAccess ended"));
+ Assert.assertTrue(pr.stdout.contains("png: BufferedImage@"));
+ Assert.assertFalse(pr.stdout.contains("png: null"));
+
+ }
+
+ @Test
+ //well this si reallys trange.
+ //from outpouts its clear that ico provider IS registered..
+ public void testJavawsHeadlessCanNotUseIcoProvider() throws Exception {
+ ProcessResult pr = server.executeJavawsHeadless(null, "IcoAccess.jnlp");
+ Assert.assertTrue(pr.stdout.contains("IcoAccess running"));
+ Assert.assertTrue(pr.stdout.matches("(?s).*http.*IcoAccess.ico.*"));
+ Assert.assertTrue(pr.stdout.contains("array checks passed"));
+ //javaws CANNOT access our registered provider
+ Assert.assertFalse(pr.stdout.contains("ico: BufferedImage@"));
+ Assert.assertTrue(pr.stdout.contains("ico: null"));
+ Assert.assertTrue(pr.stdout.contains("IcoAccess ended"));
+ Assert.assertTrue(pr.stdout.contains("png: BufferedImage@"));
+ Assert.assertFalse(pr.stdout.contains("png: null")); //ok, I dont understand this. Normal providers works...
+ }
+
+ @Test
+ public void testJavawsHtmlCanUseIcoProvider() throws Exception {
+ ProcessResult pr = server.executeJavaws(Arrays.asList(new String[]{OptionsDefinitions.OPTIONS.HTML.option}), "IcoAccess.html", new AutoOkClosingListener(), new AutoErrorClosingListener());
+ Assert.assertTrue(pr.stdout.contains("IcoAccess running"));
+ Assert.assertTrue(pr.stdout.matches("(?s).*http.*IcoAccess.ico.*"));
+ Assert.assertTrue(pr.stdout.contains("array checks passed"));
+ //javaws CAN access our registered provider
+ Assert.assertTrue(pr.stdout.contains("ico: BufferedImage@"));
+ Assert.assertFalse(pr.stdout.contains("ico: null"));
+ Assert.assertTrue(pr.stdout.contains("IcoAccess ended"));
+ Assert.assertTrue(pr.stdout.contains("png: BufferedImage@"));
+ }
+
+ @Test
+ @TestInBrowsers(testIn = Browsers.one)
+ public void testAppletCanUseIcoProvider() throws Exception {
+ ProcessResult pr = server.executeBrowser("IcoAccess.html", ServerAccess.AutoClose.CLOSE_ON_BOTH);
+ Assert.assertTrue(pr.stdout.contains("IcoAccess running"));
+ Assert.assertTrue(pr.stdout.matches("(?s).*http.*IcoAccess.ico.*"));
+ Assert.assertTrue(pr.stdout.contains("array checks passed"));
+ //applets CAN access our registered provider
+ Assert.assertTrue(pr.stdout.contains("ico: BufferedImage@"));
+ Assert.assertFalse(pr.stdout.contains("ico: null"));
+ Assert.assertTrue(pr.stdout.contains("IcoAccess ended"));
+ Assert.assertTrue(pr.stdout.contains("png: BufferedImage@"));
+ Assert.assertFalse(pr.stdout.contains("png: null"));
+ }
+
+}
More information about the distro-pkg-dev
mailing list