]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/test.cpp
Merge pull request #22 from SpeedProg/master
[dragonfireclient.git] / src / test.cpp
index 9ea402b6fdb230a52852b5f92ab930cc5ddccc4c..7d71552a8fbbb9f41eb83f83ba2e05288d4992ff 100644 (file)
@@ -340,6 +340,12 @@ struct TestVoxelManipulator
        }
 };
 
+/*
+       NOTE: These tests became non-working then NodeContainer was removed.
+             These should be redone, utilizing some kind of a virtual
+                 interface for Map (IMap would be fine).
+*/
+#if 0
 struct TestMapBlock
 {
        class TC : public NodeContainer
@@ -663,6 +669,7 @@ struct TestMapSector
 
        }
 };
+#endif
 
 struct TestSocket
 {
@@ -1029,8 +1036,8 @@ void run_tests()
        TEST(TestCompress);
        TEST(TestMapNode);
        TEST(TestVoxelManipulator);
-       TEST(TestMapBlock);
-       TEST(TestMapSector);
+       //TEST(TestMapBlock);
+       //TEST(TestMapSector);
        if(INTERNET_SIMULATOR == false){
                TEST(TestSocket);
                dout_con<<"=== BEGIN RUNNING UNIT TESTS FOR CONNECTION ==="<<std::endl;