mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:58:09 +02:00
PR Fixes
This commit is contained in:
parent
28543c0bf2
commit
1fc1c7c794
3 changed files with 2 additions and 8 deletions
|
@ -9,8 +9,6 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
//#include <QDebug>
|
||||
|
||||
#include <AABox.h>
|
||||
#include <AACube.h>
|
||||
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
|
||||
QTEST_MAIN(MovingPercentileTests)
|
||||
|
||||
//
|
||||
// THIS IS HOW YOU WRITE UNIT TESTS
|
||||
//
|
||||
|
||||
// Defines the test values we use for n:
|
||||
static const QVector<int> testValues { 1, 2, 3, 4, 5, 10, 100 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue