Skip to content

Commit a2b5b91

Browse files
committed
Change default DEVICE_AMSADDR for tests to the local IP
1 parent 5a385ff commit a2b5b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/de/beckhoff/jni/AllTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class AllTests extends TestCase {
5757
public static final long INDEX_OFF7 = 0x30;
5858

5959
public static final short DEVICE_PORT = 851;
60-
public static final String DEVICE_AMSADDR = "172.17.62.64.1.1";
60+
public static final String DEVICE_AMSADDR = "127.0.0.1.1.1";
6161
public static final String DEVICE_NAME = "Plc30 App"; // TCatPlcCtrl
6262
public static final String EMPTY_DEVICE_NAME = "";
6363

0 commit comments

Comments
 (0)