Skip to content

Commit

Permalink
fixed IP address for ping tests (10.0.0.1 is reachable from build ser…
Browse files Browse the repository at this point in the history
…ver)
  • Loading branch information
obiltschnig committed Apr 20, 2014
1 parent bb6b33a commit 00cd9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net/testsuite/src/ICMPClientTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void ICMPClientTest::testPing()
// warning: may fail depending on the existence of the addresses at test site
// if so, adjust accordingly (i.e. specify non-existent or unreachable IP addresses)
assert(0 == _icmpClient.ping("192.168.243.1"));
assert(0 == _icmpClient.ping("10.0.0.1"));
assert(0 == _icmpClient.ping("10.11.12.13"));
}


Expand Down

0 comments on commit 00cd9dc

Please sign in to comment.