]> git.localhorst.tv Git - blank.git/blobdiff - tst/net/PacketTest.hpp
even more packet tests
[blank.git] / tst / net / PacketTest.hpp
index 4942a2a228b59908b8ab8d2c82a4315ecfc601d6..119c696de39b79159b525bb82ef5000336c7d70b 100644 (file)
@@ -29,6 +29,9 @@ CPPUNIT_TEST(testPlayerUpdate);
 CPPUNIT_TEST(testSpawnEntity);
 CPPUNIT_TEST(testDespawnEntity);
 CPPUNIT_TEST(testEntityUpdate);
+CPPUNIT_TEST(testPlayerCorrection);
+CPPUNIT_TEST(testChunkBegin);
+CPPUNIT_TEST(testChunkData);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -45,6 +48,9 @@ public:
        void testSpawnEntity();
        void testDespawnEntity();
        void testEntityUpdate();
+       void testPlayerCorrection();
+       void testChunkBegin();
+       void testChunkData();
 
 private:
        static void AssertPacket(