]> git.localhorst.tv Git - blobs.git/blobdiff - tst/world/OrbitTest.cpp
more stuff from blank
[blobs.git] / tst / world / OrbitTest.cpp
index 175da83db81e751fa30d5c7c1f3eb41b471b0792..ce1690902008155211af539cc8f5ee45a004e777 100644 (file)
@@ -5,14 +5,14 @@
 #include "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() {
 }