Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modification of KnownToFail annotation (adding optional parameter failsIn) | Jana Fabrikova | 2013-04-03 | 2 | -8/+39 |
| | |||||
* | Fixed typo taget -> target | Jiri Vanek | 2012-12-24 | 1 | -1/+1 |
| | |||||
* | Added and applied Remote annotation, added Remote tests. | Jiri Vanek | 2012-12-20 | 2 | -15/+44 |
| | |||||
* | handle ignored tests in xml and html outputs correctly | Jiri Vanek | 2012-06-13 | 1 | -0/+4 |
| | |||||
* | Added KnownToFail annotation | Jiri Vanek | 2012-06-05 | 2 | -47/+189 |
| | |||||
* | 2012-05-14 Jiri Vanek <[email protected]> | Jiri Vanek | 2012-05-16 | 1 | -30/+30 |
| | | | | | * tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation and spacing | ||||
* | Added bug annotation forr testing engine | Jiri Vanek | 2012-05-02 | 1 | -3/+143 |
| | |||||
* | 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 | 2 | -228/+0 |
| | |||||
* | added posibility for junit to export reports to xml, addes set of styles for ↵ | Jiri Vanek | 2011-05-10 | 2 | -0/+228 |
| | | | | 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 | ||||
* | Add unit tests for the parser | Omair Majid | 2011-03-31 | 3 | -0/+105 |
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. |