mirror of https://github.com/dspinellis/UMLGraph
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:
parent
70a7580e2c
commit
8806b89cd8
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue