X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fmodel%2FGeometryTest.hpp;h=7ba2d2d4019c16f4c1e47a9bd6b50577f1eaab95;hb=33b37e7242e4cbfa76e4a0d6e5bb54223b541162;hp=2ee85b1ebffde55c086c6f3ff6abc8b03f88ecac;hpb=7d3ab0dcce7abb6d5f766315685424e82478212f;p=blank.git diff --git a/tst/model/GeometryTest.hpp b/tst/model/GeometryTest.hpp index 2ee85b1..7ba2d2d 100644 --- a/tst/model/GeometryTest.hpp +++ b/tst/model/GeometryTest.hpp @@ -12,7 +12,8 @@ class GeometryTest CPPUNIT_TEST_SUITE(GeometryTest); -CPPUNIT_TEST(testRayAABBIntersection); +CPPUNIT_TEST(testRayBoxIntersection); +CPPUNIT_TEST(testBoxBoxIntersection); CPPUNIT_TEST_SUITE_END(); @@ -20,7 +21,8 @@ public: void setUp(); void tearDown(); - void testRayAABBIntersection(); + void testRayBoxIntersection(); + void testBoxBoxIntersection(); };