This commit is contained in:
Seiji Emery 2015-07-02 17:29:08 -07:00
parent 28543c0bf2
commit 1fc1c7c794
3 changed files with 2 additions and 8 deletions

View file

@ -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>

View file

@ -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 };