We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9423f commit bd4ea84Copy full SHA for bd4ea84
src/test/Tests.scala
@@ -1,6 +1,7 @@
1
package org.nlogo.extensions.samplescala
2
3
import java.io.File
4
+
5
import org.nlogo.headless.TestLanguage
6
7
object Tests {
@@ -10,6 +11,4 @@ object Tests {
10
11
val testFiles = testFileNames.map( (f) => (new File(f)).getCanonicalFile )
12
}
13
-class Tests extends TestLanguage(Tests.testFiles) {
14
- System.setProperty("org.nlogo.preferHeadless", "true")
15
-}
+class Tests extends TestLanguage(Tests.testFiles)
0 commit comments