summaryrefslogtreecommitdiffstats
path: root/test/Java/java_version_image/com
Commit message (Collapse)AuthorAgeFilesLines
* Add a copyright header to test filesMats Wichmann2023-05-216-0/+24
| | | | | | | | | | | | | 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>
* change method of finding javac from using full path (which fails when it has ↵William Deegan2018-09-306-0/+66
a space in it), to appending the path to javac to env['ENV']['PATH']. (Which is basically what msvc/msvs do)