aboutsummaryrefslogtreecommitdiff
path: root/test/configuration/src
AgeCommit message (Collapse)Author
2021-12-20Make test for configuration more platform and settings independentRoel Spilker
2021-12-13configuration app returns non-zero value (2) if the configuration contains ↵Roel Spilker
an error. Fixes #3031
2020-12-22Fix configuration test, the configuration app generates platform-specific ↵Roel Spilker
line-endings
2020-08-18Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745Rostislav Krasny
The change of the TestConfiguration.java is based on the fact that Git for Windows is configured with 'core.autocrlf=true' by default.
2020-01-20Config import: add support for environment variablesRoel Spilker
2020-01-20Config import: add traces for archives to the testsRoel Spilker
2020-01-20ConfigurationApp: hide not-mentioned by default, add parameter to show them ↵Roel Spilker
anyway.
2014-02-06[configuration] Have the ConfigurationApp print platform-specific newLine ↵Roel Spilker
characters, and print clear for empty lists.
2014-01-31[configuration] Added first automated test for the configuration framework. ↵Roel Spilker
For now, it fails.