diff options
author | Jiri Vanek <[email protected]> | 2012-05-02 12:53:07 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-05-02 12:53:07 +0200 |
commit | e4c39211e39e630a47d0394a69529f9dbcd4d37c (patch) | |
tree | 55e09f2b03d452970581038923bd30c83bc0980e /ChangeLog | |
parent | c2a298870319ea43a406a068dab2f6afc02bef90 (diff) |
Added bug annotation forr testing engine
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2012-05-02 Jiri Vanek <[email protected]> + + Introduced new annotations Bug (to connect test/reproducer with documentation) + and NeedsDisplay which tells the launching engine that this particular + test needs Display. Based on ptisnovs's ideas and jtreg experiences + *Makefile.am: (JUNIT_RUNNER_JAR), (stamps/run-netx-unit-tests.stamp) and + (stamps/run-unit-test-code-coverage.stamp) are now dependent on (stamps/netx-dist-tests-compile) + and classpaths inside them have been enriched for JNLP_TESTS_ENGINE_DIR + which contains definitions of those annotations + *tests/jnlp_tests/simple/CheckServices/testcases/CheckServicesTests.java: and + *tests/jnlp_tests/simple/ManifestedJar1/testcases/ManifestedJar1Test.java: and + *tests/jnlp_tests/simple/Spaces can be everywhere/testcase/SpacesCanBeEverywhereTests.java: + filled Bug annotations + *tests/junit-runner/JunitLikeXmlOutputListener.java: made to understand + Bug annotation + *tests/netx/jnlp_testsengine/net/sourceforge/jnlp/annotations/NeedsDisplay.java: + and + *tests/netx/jnlp_testsengine/net/sourceforge/jnlp/annotations/Bug.java: + annotations definitions + *tests/report-styles/jreport.xsl: made nice links from bug annotation + prepared by JunitLikeXmlOutputListener + 2012-04-24 Omair Majid <[email protected]> * Makefile.am |