X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fgeometry%2FIntersectionTest.hpp;h=6300e6e4d8cdb2c435fd244d283cf69406a35215;hb=aee07b0f8d8c0d9af66dd7507938d83985d53833;hp=7922290da8f5bc59c6064c9fc858b30c59dd2f26;hpb=4fbf5a3c1b0e530706023f5fc4be2f68d30ea645;p=blank.git diff --git a/tst/geometry/IntersectionTest.hpp b/tst/geometry/IntersectionTest.hpp index 7922290..6300e6e 100644 --- a/tst/geometry/IntersectionTest.hpp +++ b/tst/geometry/IntersectionTest.hpp @@ -12,6 +12,7 @@ class IntersectionTest CPPUNIT_TEST_SUITE(IntersectionTest); +CPPUNIT_TEST(testSimpleRayBoxIntersection); CPPUNIT_TEST(testRayBoxIntersection); CPPUNIT_TEST(testBoxBoxIntersection); @@ -21,6 +22,7 @@ public: void setUp(); void tearDown(); + void testSimpleRayBoxIntersection(); void testRayBoxIntersection(); void testBoxBoxIntersection();