Took out QBENCHMARK_ONCE as it didn't work on the CDash machine.

This commit is contained in:
David Williams 2011-07-02 09:57:18 +01:00
parent 1472a6a304
commit 3ab157dc3b

View File

@ -85,7 +85,7 @@ void TestAStarPathfinder::testExecute()
AStarPathfinder<RawVolume, Material8> pathfinder(params);
//Execute the pathfinder.
QBENCHMARK_ONCE { pathfinder.execute(); }
pathfinder.execute();
//Make sure the right number of steps were created.
QCOMPARE(result.size(), static_cast<size_t>(24));