summaryrefslogtreecommitdiff
path: root/src/tests/junit
Commit message (Collapse)AuthorAgeFilesLines
* java 5-8java8Matt Benson2017-04-132-205/+201
|
* whitespaceStefan Bodewig2017-02-201-1/+1
|
* Enhanced JavaxScriptRunner, Junit, docs, Javadocpyxide2017-02-202-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JavaxScriptRunner: - Better compiled script reference name to avoid reference name collision, project wide : execName + ".compiled." + getScript().hashCode() + "." + getProject().hashCode(); ScriptDef: - Fixed Javadoc + use of 3rd person [(oracle style guideline)](http://www.oracle.com/technetwork/articles/java/index-137868.html#styleguide) Task manual: documentation for `encoding` and `compiled` options. - `encoding` : script.html, scriptdef.html, conditions.html, selectors.html, mapper.html, filterchain.html - `compiled` : scriptdef.html Added source file `encoding` option on: - org.apache.tools.ant.taskdefs.optional.Script - org.apache.tools.ant.types.optional.AbstractScriptComponent (inherited by ScriptCondition, ScriptMapper) - org.apache.tools.ant.types.optional.ScriptFilter - org.apache.tools.ant.types.optional.ScriptSelector Test units : - org.apache.tools.ant.taskdefs.optional.script.ScriptDefTest, script.xml : src + encoding - org.apache.tools.ant.taskdefs.optional.RhinoScriptDefTest, scriptdef.xml : src + encoding, compiled - new file: src/etc/testcases/taskdefs/optional/script/heavy-script.js
* fix line-endsStefan Bodewig2017-02-202-213/+213
|
* [AA] Bugzilla Bug 60628: Change after code review by @janmaterneArcadius Ahouansou2017-01-302-10/+27
|
* [AA] bugzilla-Bug-60628-Ant-Get-Task-To-Accept-Arbitrary-Header : ↵Arcadius2017-01-231-3/+2
| | | | simplifying test
* [AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary HeaderArcadius Ahouansou2017-01-231-0/+36
|
* Merge branch '1.9.x'Stefan Bodewig2016-12-211-4/+0
|\
| * embrace StringUtils#getStackTraceStefan Bodewig2016-12-211-4/+0
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-10-241-2/+4
|\ \ | |/
| * next attempt at fixing Gump buildStefan Bodewig2016-10-241-2/+4
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-10-232-2/+14
|\ \ | |/
| * try to fix test errors in Gump buildStefan Bodewig2016-10-232-2/+14
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-10-081-0/+62
|\ \ | |/
| * add support for Java9's javac --releaseStefan Bodewig2016-10-081-0/+62
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60172
| * Arrays.copyOf is too new for 1.9.x branchStefan Bodewig2016-09-111-1/+2
| |
| * really remove Java7 and Java8 featuresStefan Bodewig2016-09-111-2/+2
| |
| * JDK9 command line options updated to JEP 293Tomas Zezula2016-09-112-13/+13
| |
| * linefeedsStefan Bodewig2016-09-111-602/+602
| |
| * JDK9 modules support for JUnit by Tomáš ZezulaStefan Bodewig2016-09-111-0/+204
| | | | | | | | this is the combined patch or #18 which couldn't be applied via `git am`
* | JDK9 command line options updated to JEP 293Tomas Zezula2016-09-092-13/+13
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-09-042-212/+261
|\ \ | |/
| * use the undocumented TraX factory feature for extensionsStefan Bodewig2016-09-041-0/+2
| | | | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060 won't work until https://bugs.openjdk.java.net/browse/JDK-8165116 has been fixed.
| * some additional redirect-extension testsStefan Bodewig2016-09-042-1/+79
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
| * refactor testStefan Bodewig2016-09-041-63/+32
| |
| * whitespaceStefan Bodewig2016-09-041-13/+13
| |
| * line-endsStefan Bodewig2016-09-041-211/+211
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-07-312-358/+358
|\ \ | |/
| * formattingStefan Bodewig2016-07-311-129/+129
| |
| * line-endsStefan Bodewig2016-07-311-229/+229
| |
| * fix the patterns used by touch and date selectorsStefan Bodewig2016-07-311-1/+1
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
* | Merge branch '1.9.x'Stefan Bodewig2016-07-301-4/+19
|\ \ | |/
| * rmic doesn't allow -Xnew on JDK9Stefan Bodewig2016-07-301-4/+21
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59906
* | remove tests corresponding to last commitStefan Bodewig2016-07-251-20/+0
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-07-252-144/+150
|\ \ | |/
| * default to forking rmic on JDK 9+Stefan Bodewig2016-07-251-4/+3
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
| * old JAVA_1_9 still works as expectedStefan Bodewig2016-07-251-0/+8
| |
| * line-endsStefan Bodewig2016-07-251-141/+141
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-07-252-4/+32
|\ \ | |/
| * nobody is going to call Java 9 1.9 anymoreStefan Bodewig2016-07-252-4/+32
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
* | Merge branch '1.9.x'Stefan Bodewig2016-07-241-0/+76
|\ \ | |/
| * builtin implementation of ascii2nativeStefan Bodewig2016-07-241-0/+30
| |
| * built-in implementation of native2asciiStefan Bodewig2016-07-241-0/+46
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
* | linefeedsStefan Bodewig2016-07-131-602/+602
| |
* | JDK9 modules support for JUnit by Tomáš ZezulaStefan Bodewig2016-07-131-0/+204
| | | | | | | | this is the combined patch or #18 which couldn't be applied via `git am`
* | Merge branch '1.9.x'Stefan Bodewig2016-05-221-217/+245
|\ \ | |/
| * Preserve cause of AssertionErrorDana Dahlstrom2016-05-221-1/+29
| | | | | | | | … when converting to AssertionFailedError in JUnitTestRunner.
| * linefeedsStefan Bodewig2016-05-221-217/+217
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-05-191-0/+8
|\ \ | |/
| * <zip> up-to-date check doesn't work properly on NTFSStefan Bodewig2016-05-191-0/+8
| | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59562 Patch by Gilles QUERRET