From 1fc1c7c794f9716134f0a1d103d2374a8b09cc27 Mon Sep 17 00:00:00 2001 From: Seiji Emery Date: Thu, 2 Jul 2015 17:29:08 -0700 Subject: [PATCH] PR Fixes --- tests/octree/src/AABoxCubeTests.cpp | 2 -- tests/shared/src/AngularConstraintTests.h | 4 ++-- tests/shared/src/MovingPercentileTests.cpp | 4 ---- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/octree/src/AABoxCubeTests.cpp b/tests/octree/src/AABoxCubeTests.cpp index 2d62beed4d..cc9c06161c 100644 --- a/tests/octree/src/AABoxCubeTests.cpp +++ b/tests/octree/src/AABoxCubeTests.cpp @@ -9,8 +9,6 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -//#include - #include #include diff --git a/tests/shared/src/AngularConstraintTests.h b/tests/shared/src/AngularConstraintTests.h index ae1e752bae..df2fe8e9c3 100644 --- a/tests/shared/src/AngularConstraintTests.h +++ b/tests/shared/src/AngularConstraintTests.h @@ -23,8 +23,8 @@ private slots: // Use QCOMPARE_WITH_ABS_ERROR and define it for glm::quat #include -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 diff --git a/tests/shared/src/MovingPercentileTests.cpp b/tests/shared/src/MovingPercentileTests.cpp index af97f09e29..b9593fca83 100644 --- a/tests/shared/src/MovingPercentileTests.cpp +++ b/tests/shared/src/MovingPercentileTests.cpp @@ -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 testValues { 1, 2, 3, 4, 5, 10, 100 };