summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Zotti <Georg.Zotti@univie.ac.at>2022-07-29 20:20:53 +0200
committerGeorg Zotti <Georg.Zotti@univie.ac.at>2022-07-30 10:59:17 +0200
commit3ef405425d88e58c51c98fc491eeceddd6f24f96 (patch)
treecde70f6bd443e98f218c098b7600e69ebfebaa8b
parentde87e9a5e7212ca0b939efe5787dac97bbaade80 (diff)
-rw-r--r--src/tests/testStelSphereGeometry.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/testStelSphereGeometry.cpp b/src/tests/testStelSphereGeometry.cpp
index b44a7ff68f..5842031554 100644
--- a/src/tests/testStelSphereGeometry.cpp
+++ b/src/tests/testStelSphereGeometry.cpp
@@ -25,7 +25,6 @@
#include <stdexcept>
-//#include "StelJsonParser.hpp"
#include "StelSphereGeometry.hpp"
#include "StelUtils.hpp"
@@ -456,7 +455,7 @@ void TestStelSphericalGeometry::testOctahedronPolygon()
QCOMPARE(splittedSubCopy.getArea(), 0.);
QCOMPARE(southPoleSquare.getArea(), northPoleSquare.getArea());
- // WHoever wants to re-activate the getIntersection() and getUnion() methods in Qt6: Test these here.
+ // Whoever wants to re-activate the getIntersection() and getUnion() methods in Qt6: Test these here.
#if (QT_VERSION<QT_VERSION_CHECK(6,0,0))
QCOMPARE(southPoleSquare.getIntersection(northPoleSquare)->getArea(), 0.);
QCOMPARE(southPoleSquare.getUnion(northPoleSquare)->getArea(), 2.*southPoleSquare.getArea());