]> git.localhorst.tv Git - blobs.git/blobdiff - tst/world/OrbitTest.cpp
randomize creature properties a bit
[blobs.git] / tst / world / OrbitTest.cpp
index 175da83db81e751fa30d5c7c1f3eb41b471b0792..a7ef6817a7d7eb50c1c2db6eec3bedb65d31a2bd 100644 (file)
@@ -2,17 +2,17 @@
 
 #include "../assert.hpp"
 
-#include "const.hpp"
+#include "math/const.hpp"
 #include "world/Orbit.hpp"
 
-CPPUNIT_TEST_SUITE_REGISTRATION(blobs::test::world::OrbitTest);
+CPPUNIT_TEST_SUITE_REGISTRATION(blobs::world::test::OrbitTest);
 
-using blobs::world::Orbit;
+using blobs::test::AssertEqual;
 
 
 namespace blobs {
-namespace test {
 namespace world {
+namespace test {
 
 void OrbitTest::setUp() {
 }