|
|
|
@ -175,6 +175,8 @@ void CorridorScanComplexItemTest::_testItemCount(void)
@@ -175,6 +175,8 @@ void CorridorScanComplexItemTest::_testItemCount(void)
|
|
|
|
|
QCOMPARE(items.count() - 1, _corridorItem->lastSequenceNumber()); |
|
|
|
|
items.clear(); |
|
|
|
|
|
|
|
|
|
#if 0 |
|
|
|
|
// Terrain queries seem to take random amount of time so these don't work 100%
|
|
|
|
|
_corridorItem->setFollowTerrain(true); |
|
|
|
|
|
|
|
|
|
_corridorItem->turnAroundDistance()->setRawValue(0); |
|
|
|
@ -204,6 +206,7 @@ void CorridorScanComplexItemTest::_testItemCount(void)
@@ -204,6 +206,7 @@ void CorridorScanComplexItemTest::_testItemCount(void)
|
|
|
|
|
_corridorItem->appendMissionItems(items, this); |
|
|
|
|
QCOMPARE(items.count() - 1, _corridorItem->lastSequenceNumber()); |
|
|
|
|
items.clear(); |
|
|
|
|
#endif |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void CorridorScanComplexItemTest::_testPathChanges(void) |
|
|
|
|