Do not set OS type

This avoids the following error java.lang.Runtime.exec:
java.lang.Error: generic is not a supported OS platform.
This commit is contained in:
Diomidis Spinellis 2018-10-24 13:01:37 +03:00
parent 70a7580e2c
commit 8806b89cd8
2 changed files with 0 additions and 6 deletions

View File

@ -50,9 +50,6 @@ public class BasicTest {
TestUtils.cleanFolder(outFolder, true);
// don't use windows specific fonts
System.setProperty("os.name", "generic");
// run tests
performBasicTests(differences);
performViewTests(differences, outFolder);

View File

@ -50,9 +50,6 @@ public class UmlDocTest {
TestUtils.cleanFolder(outFolder, true);
// don't use windows specific fonts
System.setProperty("os.name", "generic");
// run tests
runTest(differences);
if (differences.size() > 0) {