X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fmodel%2FGeometryTest.hpp;fp=tst%2Fmodel%2FGeometryTest.hpp;h=0000000000000000000000000000000000000000;hb=4fbf5a3c1b0e530706023f5fc4be2f68d30ea645;hp=7ba2d2d4019c16f4c1e47a9bd6b50577f1eaab95;hpb=0d580658b896dfec07466c31ae4847455724ee95;p=blank.git diff --git a/tst/model/GeometryTest.hpp b/tst/model/GeometryTest.hpp deleted file mode 100644 index 7ba2d2d..0000000 --- a/tst/model/GeometryTest.hpp +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef BLANK_TEST_MODEL_GEOMETRYTEST_H_ -#define BLANK_TEST_MODEL_GEOMETRYTEST_H_ - -#include - - -namespace blank { -namespace test { - -class GeometryTest -: public CppUnit::TestFixture { - -CPPUNIT_TEST_SUITE(GeometryTest); - -CPPUNIT_TEST(testRayBoxIntersection); -CPPUNIT_TEST(testBoxBoxIntersection); - -CPPUNIT_TEST_SUITE_END(); - -public: - void setUp(); - void tearDown(); - - void testRayBoxIntersection(); - void testBoxBoxIntersection(); - -}; - -} -} - -#endif