Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added missing directory "signed" with its files | Jiri Vanek | 2011-10-03 | 7 | -0/+330 |
| | |||||
* | Add tests for CDATA sections | Omair Majid | 2011-09-21 | 3 | -4/+101 |
| | |||||
* | added first signed reproducer as example and testing read properties signed ↵ | Jiri Vanek | 2011-09-22 | 1 | -2/+2 |
| | | | | behaviour. | ||||
* | Reproducers engine enchanced for signed reproducers | Jiri Vanek | 2011-09-22 | 1 | -2/+10 |
| | |||||
* | current reproducers (see changelog) done more verbose | Jiri Vanek | 2011-09-15 | 12 | -56/+93 |
| | |||||
* | reproducers compilation extended for directory structure | Jiri Vanek | 2011-08-02 | 1 | -1/+2 |
| | |||||
* | minor changes in reproducers engine | Jiri Vanek | 2011-07-26 | 1 | -43/+84 |
| | |||||
* | Added algorithm that compares signed JNLP application/template file with ↵ | Saad Mohammad | 2011-07-19 | 21 | -0/+779 |
| | | | | launching JNLP file (with test case and its resources) | ||||
* | classes are now collapsable in html report | Jiri Vanek | 2011-06-23 | 1 | -2/+3 |
| | |||||
* | added first set of reproducers | Jiri Vanek | 2011-06-21 | 28 | -0/+1071 |
| | |||||
* | added engine for lunching reproducers | Jiri Vanek | 2011-06-19 | 12 | -0/+1459 |
| | |||||
* | added styles for junit xml report | Jiri Vanek | 2011-06-16 | 3 | -0/+270 |
| | |||||
* | added posibility to export junit testsuite results as xml | Jiri Vanek | 2011-05-17 | 2 | -0/+228 |
| | |||||
* | Reverting unapproved change 235:114a981d3552 | Andrew John Hughes | 2011-05-11 | 6 | -556/+0 |
| | |||||
* | added posibility for junit to export reports to xml, addes set of styles for ↵ | Jiri Vanek | 2011-05-10 | 6 | -0/+556 |
| | | | | easy navigation inside tests-output file (transformed to html) | ||||
* | Innerclasses and jnlp files are now skipped during testing without warning ↵ | Jiri Vanek | 2011-05-09 | 1 | -0/+2 |
| | | | | or eror | ||||
* | Backed out changeset 1cce62b89f07 - unapproved patch | Andrew John Hughes | 2011-04-11 | 1 | -5/+6 |
| | |||||
* | added support for testng | Jiri Vanek | 2011-04-11 | 1 | -6/+5 |
| | |||||
* | Add unit tests for the parser | Omair Majid | 2011-03-31 | 7 | -0/+619 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This changeset adds support for JUnit4 tests to icedtea-web. It also adds some parser tests that check that the parser works. make check will now run these tests if JUnit is available. 2011-03-31 Omair Majid <[email protected]> Add unit tests for the parser * Makefile.am: Add TESTS_DIR,TESTS_SRCDIR, NETX_UNIT_TEST_DIR, and NETX_UNIT_TEST_SRCDIR, JUNIT_RUNNER_DIR, JUNIT_RUNNER_SRCDIR, and JUNIT_RUNNER_JAR. Conditionally define RHINO_TESTS and UNIT_TESTS. (clean-local): Use RHINO_TESTS and UNIT_TESTS. (clean-tests): Depend on clean-netx-tests. Delete directory. (junit-runner-source-files.txt, $(JUNIT_RUNNER_JAR)), (next-unit-tests-sources-files.txt stamps/netx-unit-tests-compile.stamp), (run-netx-unit-tests, clean-netx-tests, clean-junit-runner) (clean-netx-unit-tests): New targets. * configure.ac: Add new optional dependency on junit. * tests/junit-runner/CommandLine.java, * tests/junit-runner/LessVerboseTextListener.java, * tests/junit-runner/README, * 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 files. | ||||
* | Make sure hostname used for testIsResolvable is really not resolvable. | Mark Wielaard | 2011-03-11 | 1 | -1/+1 |
| | | | | | | | | 2011-03-10 Mark Wielaard <[email protected]> * tests/netx/pac/pac-funcs-test.js (testIsResolvable): Change single host name icedtea to NotIcedTeaHost to make sure it really isn't resolvable. | ||||
* | Make output of PAC function tests more jtreg-like to help the buildbot | Omair Majid | 2011-03-10 | 1 | -7/+4 |
| | | | | | | | | | | | The buildbot already has support for parsing the results of jtreg tests; this changeset makes the output of PAC function tests more like jtreg's output. 2011-03-10 Omair Majid <[email protected]> * tests/netx/pac/pac-funcs-test.js (main): Make test summary output more jtreg-like. (runTests): Change test output format to be more jtreg-like. | ||||
* | Add Proxy Auto Config (PAC) support | Omair Majid | 2011-03-07 | 1 | -0/+446 |
This patch adds support for reading, parsing and evaluating PAC files using rhino. 2011-03-07 Omair Majid <[email protected]> * NEWS: Update. * Makefile.am (RHINO_RUNTIME): Define to point to rhino jars, or empty. (RUNTIME, LAUNCHER_BOOTCLASSPATH, PLUGIN_BOOTCLASSPATH): Include RHINO_RUNTIME. (PHONY): Add check-pac-functions, clean-jrunscript and clean-tests. (check-local): New target. Depends on check-pac-functions. (check-pac-functions): New target. (jrunscript): New target. (clean-tests): New target. (clean-jrunscript): New target. (netx-source-files.txt): Remove rhino related files if not building with rhino. (build.properties): New target. (stamps/netx.stamp): Depend on build.properties and copy new files to build location. (clean-netx): Remove build.properties. (stamps/bootstrap-directory.stamp): Add java to bootstrap programs. * acinclude.m4 (IT_FIND_RHINO_JAR): New macro. * configure.ac: Invoke IT_FIND_RHINO_JAR. * netx/net/sourceforge/jnlp/browser/BrowserAwareProxySelector.java: Add browserProxyAutoConfig. (initFromBrowserConfig): Initialize browserProxyAutoConfig if needed. (getFromBrowserPAC): Use browserProxyAutoConfig to find proxies. * netx/net/sourceforge/jnlp/resources/Messages.properties: Replace RPRoxyPacNotImplemented with RPRoxyPacNotSupported. * netx/net/sourceforge/jnlp/runtime/JNLPProxySelector.java: Add pacEvaluator. (parseConfiguration): Initialize pacEvaluator if needed. (getFromPAC): Use pacEvaulator to find proxies. (getProxiesFromPacResult): New method. Converts a proxy string to a list or proxies. * netx/net/sourceforge/jnlp/runtime/PacEvaluator.java: New file. Defines a Java interface for a PAC evaluator. * netx/net/sourceforge/jnlp/runtime/FakePacEvaluator.java: New file. Dummy implementation of a PAC evaluator. * netx/net/sourceforge/jnlp/runtime/RhinoBasedPacEvaluator.java: New file. A rhino-based PAC evaluator. * netx/net/sourceforge/jnlp/runtime/PacEvaluatorFactory.java: New file. A factory for creating the right PAC evaulator. * netx/net/sourceforge/jnlp/runtime/pac-funcs.js: New file. Defines helper functions needed while evaluating PAC files. * tests/netx/pac/pac-funcs-test.js: New file. Tests the PAC helper functions. |