| 169 | } |
| 170 | |
| 171 | void TestGetIPAddress() |
| 172 | { |
| 173 | uint32 ipaddr; |
| 174 | bool success = iFSServices::GetInstance()->GetIPAddress(ipaddr); |
| 175 | if (!success) |
| 176 | skip("GetIPAddress test skipped, usually caused by hostname/IP configuration problems"); |
| 177 | |
| 178 | TEST("GetIPAddress() did not throw"); |
| 179 | } |
| 180 | |
| 181 | void TestGetExecutableFilename() |
| 182 | { |
nothing calls this directly
no test coverage detected