mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-30 21:50:47 +01:00 
			
		
		
		
	fixed IP address for ping tests (10.0.0.1 is reachable from build server)
This commit is contained in:
		| @@ -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")); | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Guenter Obiltschnig
					Guenter Obiltschnig