mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 16:27:05 +02:00
Test removed, broken
This commit is contained in:
parent
f285cb4259
commit
f10fdc5b02
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,12 @@ const float INV_SQRT_3 = 1.0f / sqrtf(3.0f);
|
|||
QTEST_MAIN(SpaceTests)
|
||||
|
||||
void SpaceTests::testOverlaps() {
|
||||
QSKIP("Test removed due to being completely broken, please fix me!");
|
||||
|
||||
#if 0
|
||||
// This seems to be completely broken and doesn't work on the current code.
|
||||
// Leaving it as a historical reference, in case it's useful later.
|
||||
|
||||
workload::Space space;
|
||||
using Changes = std::vector<workload::Space::Change>;
|
||||
using Views = std::vector<workload::Space::View>;
|
||||
|
@ -106,6 +112,7 @@ void SpaceTests::testOverlaps() {
|
|||
QVERIFY(changes.size() == 0);
|
||||
QVERIFY(space.getNumObjects() == 0);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef MANUAL_TEST
|
||||
|
|
Loading…
Reference in a new issue