]> git.localhorst.tv Git - blank.git/blobdiff - tst/net/PacketTest.hpp
exchange block updates with clients
[blank.git] / tst / net / PacketTest.hpp
index 89e15dd526e35982ec69d6630c924cdc3a603e5c..32976c8429ba61e8f709c0cb8d76c62b4f0456fc 100644 (file)
@@ -21,6 +21,7 @@ class PacketTest
 
 CPPUNIT_TEST_SUITE(PacketTest);
 
+CPPUNIT_TEST(testSizes);
 CPPUNIT_TEST(testControl);
 CPPUNIT_TEST(testPing);
 CPPUNIT_TEST(testLogin);
@@ -33,6 +34,7 @@ CPPUNIT_TEST(testEntityUpdate);
 CPPUNIT_TEST(testPlayerCorrection);
 CPPUNIT_TEST(testChunkBegin);
 CPPUNIT_TEST(testChunkData);
+CPPUNIT_TEST(testBlockUpdate);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -40,6 +42,7 @@ public:
        void setUp();
        void tearDown();
 
+       void testSizes();
        void testControl();
        void testPing();
        void testLogin();
@@ -52,6 +55,7 @@ public:
        void testPlayerCorrection();
        void testChunkBegin();
        void testChunkData();
+       void testBlockUpdate();
 
 private:
        static void AssertPacket(