[icedtea-web] RFC: add unit tests for the jnlp parser

Omair Majid omajid at redhat.com
Tue Mar 22 12:07:20 PDT 2011


Hi,

The attached patch adds unit tests for the JNLP parser to icedtea-web. A 
simple 'make check' should run these tests.

The unit tests rely on the testng framework. The patch adds optional 
dependencies on testng, qdox and bsh for running these unit tests. I 
have also added a dependency on xlst for transforming the test output 
into a more jtreg-like format (useful for the buildbots)

I also looked into using junit for these tests, but junit's command line 
output is rather limited. To generate xml output, ant is required as well.

Any thoughts or comments?

ChangeLog:
2011-03-22  Omair Majid  <omajid at redhat.com>

     * Makefile.am: Add TESTS_DIR,TESTS_SRCDIR, NETX_UNIT_TEST_DIR,
     and NETX_UNIT_TEST_SRCDIR. Conditionally define RHINO_TESTS and
     UNIT_TESTS.
     (clean-local): Use RHINO_TESTS and UNIT_TESTS.
     (clean-tests): Depend on clean-netx-tests. Delete directory.
     (next-unit-tests-sources-files.txt): New target.
     (stamps/netx-unit-tests-compile.stamp): New target.
     (stamps/netx-unit-tests-update-jar.stamp): Likewise.
     (run-netx-unit-tests): Likewise.
     (clean-netx-tests): Likewise.
     (clean-netx-unit-tests): Likewise.
     * acinclude.m4 (IT_FIND_OPTIONAL_PROG): New macro.
     * configure.ac: Add new optional dependencies.
     * testng-to-jtreg.xslt,
     * tests/netx/unit/tests.xml,
     * tests/netx/unit/net/sourceforge/jnlp/ParserBasicTests.java,
     * tests/netx/unit/net/sourceforge/jnlp/ParserCornerCaseTests.java,
     * tests/netx/unit/net/sourceforge/jnlp/ParserMalformedXmlTests.java,
     * tests/netx/unit/net/sourceforge/jnlp/basic.jnlp: New file.

Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-testng-02.patch
Type: text/x-patch
Size: 29089 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110322/6db31f3a/add-testng-02.patch 


More information about the distro-pkg-dev mailing list