mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +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>
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@ private slots:
|
|||
|
||||
// Use QCOMPARE_WITH_ABS_ERROR and define it for glm::quat
|
||||
#include <glm/glm.hpp>
|
||||
float getErrorDifference (const glm::quat & a, const glm::quat & b);
|
||||
QTextStream & operator << (QTextStream & stream, const glm::quat & q);
|
||||
float getErrorDifference (const glm::quat& a, const glm::quat& b);
|
||||
QTextStream & operator << (QTextStream& stream, const glm::quat& q);
|
||||
#include "../QTestExtensions.h"
|
||||
|
||||
#endif // hifi_AngularConstraintTests_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