summaryrefslogtreecommitdiffstats
path: root/test/Java/Java-fixture
Commit message (Collapse)AuthorAgeFilesLines
* Add a copyright header to test filesMats Wichmann2023-05-213-0/+12
| | | | | | | | | | | | | A lot of files that are not the main test scripts had no license/copyright headers. This change adds those. In a small number of cases, this necessitaed a change to an expected line number from a failure/exception message. Along the way, some are lightly reformatted and some add a DefaultEnvironment call. Signed-off-by: Mats Wichmann <mats@linux.com>
* Tweak Java e2e tests some moreMats Wichmann2022-02-022-0/+25
| | | | | | | | Formatting of embedded test scripts Extract myrmic.py to fixture dir Some more DefaultEnvironment and tools limiting for performance Signed-off-by: Mats Wichmann <mats@linux.com>
* Actually commit fixed myjava.py [skip appveyor]Mats Wichmann2022-01-241-1/+0
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* A little java/jar cleanupMats Wichmann2022-01-243-0/+43
* The Jar test is split into requires-jdk and not. * Move some inline tool definitions to fixture files. * Reformat some stuff. * Some linting and commenting in Jar tool. * Enabled test for a non-java file when Jar source is a directory (was commented out) - needed to add a Command to copy the file to the directory where the class files were generated. Signed-off-by: Mats Wichmann <mats@linux.com>