summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | updated reference to license from http to https usingjkf2019-05-25546-546/+546
* | [junitlauncher] Add support for selecting tests based on JUnit-5 tag function...Matthias Gutheil2019-05-223-1/+183
* | missing license headersStefan Bodewig2019-03-205-0/+85
* | HTML5-compliant javadoctwogee2019-03-204-5/+5
* | Merge branch '1.9.x'Stefan Bodewig2019-03-141-0/+17
|\ \ | |/
| * add missing license headerStefan Bodewig2019-03-141-0/+17
* | additional testcasesJan Matèrne2019-02-181-1/+55
* | Added tasks for JDK's jmod and jlink tools.VGR2018-12-153-0/+1789
* | [junitlauncher] - Switch back to issuing a separate LauncherDiscoveryRequestJaikiran Pai2018-12-071-1/+21
* | bz-62952 Fix the jar-test.xml#testMultiReleaseJar antunit test caseJaikiran Pai2018-12-051-3/+16
* | bz-62952 Make AntClassLoader multi-release jar aware when it deals with java....Jaikiran Pai2018-12-051-0/+22
* | Make DataType and Reference genericGintas Grigelionis2018-11-191-1/+4
* | Remove unused importsGintas Grigelionis2018-11-194-4/+0
* | Make CharSet backwards compatibleGintas Grigelionis2018-11-171-3/+43
* | A new CharSet type to hold available Charset namesGintas Grigelionis2018-11-141-0/+70
* | Avoid FileInputStream and FileOutputStream.reudismam@gmail.com2018-11-144-8/+12
* | Get most of junit task tests running under SurefireGintas Grigelionis2018-11-121-12/+11
* | Simplify tests, use Rule and/or try with resourcesGintas Grigelionis2018-11-116-281/+233
* | Simplify tests, use CharsetGintas Grigelionis2018-11-112-39/+30
* | Tidy up code, use out-of-the-box test rulesGintas Grigelionis2018-11-099-85/+50
* | bz-62890 fix the newly added test in SyncTest. Also, in the implementation of...Jaikiran Pai2018-11-081-1/+12
* | bz-62890 Make sure the sync task considers the case sensitivity of the destin...Jaikiran Pai2018-11-082-0/+53
* | Merge 1.9.x branch into masterJaikiran Pai2018-11-061-14/+0
|\ \ | |/
| * Revert "bz-62849 Check for filesystem loops due to symbolic links, in Directo...Jaikiran Pai2018-11-041-14/+0
* | Revert last 5 commitsGintas Grigelionis2018-11-046-46/+38
* | Revert a regression, improve testsGintas Grigelionis2018-11-041-4/+4
* | SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-041-1/+1
* | Checkstyle: dangling operatorsGintas Grigelionis2018-11-044-33/+41
* | Merge 1.9.x branch into masterJaikiran Pai2018-11-031-0/+14
|\ \ | |/
| * bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanne...Michael Barker2018-11-031-0/+14
| * Update the EmailTaskTest to ensure that the mail task does indeed fail in exp...Jaikiran Pai2018-08-161-0/+2
* | [junitlauncher] Allow JUnit libraries to be part of the task's classpath inst...Jaikiran Pai2018-10-291-0/+1
* | move test constants into a class defined in the test treeStefan Bodewig2018-10-2810-25/+87
* | An attempt to run JUnit task tests in SurefireGintas Grigelionis2018-10-281-1/+2
* | Fix more tests, remove redundancies from test class pathGintas Grigelionis2018-10-278-45/+48
* | Fixed a broken testGintas Grigelionis2018-10-271-2/+11
* | Remove unused root property, add assertions for build.tests.valueGintas Grigelionis2018-10-263-0/+6
* | More hardcoded assumptions about file tree structureGintas Grigelionis2018-10-253-8/+8
* | Make Jenkins builds work againGintas Grigelionis2018-10-251-1/+2
* | More MagicNamesGintas Grigelionis2018-10-243-4/+7
* | Add magic names for tests, run more tests in SurefireGintas Grigelionis2018-10-2313-33/+55
* | Try to run some tests with SurefireGintas Grigelionis2018-10-201-0/+4
* | Revert "Check spelling"Gintas Grigelionis2018-09-114-5/+5
* | Check spellingGintas Grigelionis2018-09-094-5/+5
* | [junitlauncher] add some more tests to verify exclusion of Ant runtime and JU...Jaikiran Pai2018-08-271-7/+71
* | [junitlauncher] More fine-grained control over classpath for forked tests in ...Jaikiran Pai2018-08-272-5/+83
* | [junitlauncher] add more fine grained tests for junitlauncher taskJaikiran Pai2018-08-223-51/+283
* | Use String.join()Gintas Grigelionis2018-08-201-4/+1
* | Remove redundanciesGintas Grigelionis2018-08-203-7/+7
* | Use StandardCharsetsGintas Grigelionis2018-08-207-14/+20