mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 19:17:38 +01:00
fix NetworkInterface test
This commit is contained in:
parent
0858ff9e29
commit
cfefb61bf3
@ -218,9 +218,9 @@ void NetworkInterfaceTest::testListMapConformance()
|
||||
List::const_iterator ipEnd = ipList.end();
|
||||
for(; ipIt != ipEnd; ++ipIt, ++counter, ++listIt)
|
||||
{
|
||||
if(listIt == l.end()) fail("wrong number of list items");
|
||||
NetworkInterface::MACAddress lmac = listIt->macAddress();
|
||||
assert (lmac == mac);
|
||||
if(listIt == l.end()) fail("wrong number of list items");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user