summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-23 06:17:34 +0100
committerSven Gothel <[email protected]>2011-11-23 06:17:34 +0100
commit9ea515d295c0afb4e549549a1b2da60daff07f5d (patch)
tree5b32cf258a203afaf064c88639fa9b952e494ce2 /src
parente341ad8db546530b3a49c56c32cc26980e296201 (diff)
Test NEWT Remote Connection (X11): Use localhost:0.0 as default
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java2
-rw-r--r--src/test/com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java
index ee21a8ded..a2ec9a41e 100644
--- a/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java
@@ -50,7 +50,7 @@ import javax.media.nativewindow.NativeWindowException;
public class TestRemoteGLWindows01NEWT extends UITestCase {
static int width, height;
static long durationPerTest = 100; // ms
- static String remoteDisplay = "nowhere:0.0";
+ static String remoteDisplay = "localhost:0.0";
@BeforeClass
public static void initClass() {
diff --git a/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.java b/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.java
index 9c44545f2..b0f892f27 100644
--- a/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.java
+++ b/src/test/com/jogamp/opengl/test/junit/newt/TestRemoteWindow01NEWT.java
@@ -43,7 +43,7 @@ import com.jogamp.opengl.test.junit.util.UITestCase;
public class TestRemoteWindow01NEWT extends UITestCase {
static int width, height;
- static String remoteDisplay = "nowhere:0.0";
+ static String remoteDisplay = "localhost:0.0";
@BeforeClass
public static void initClass() {