X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fnet%2FPacketTest.hpp;h=81cdd8280d0ac9a2c5011a65aff646f66d482ea1;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=32976c8429ba61e8f709c0cb8d76c62b4f0456fc;hpb=933ca0fe6c660e482edd45742d981f2de59a32df;p=blank.git diff --git a/tst/net/PacketTest.hpp b/tst/net/PacketTest.hpp index 32976c8..81cdd82 100644 --- a/tst/net/PacketTest.hpp +++ b/tst/net/PacketTest.hpp @@ -1,7 +1,8 @@ #ifndef BLANK_TEST_NET_PACKETTEST_HPP_ #define BLANK_TEST_NET_PACKETTEST_HPP_ -#include "model/geometry.hpp" +#include "geometry/primitive.hpp" +#include "graphics/glm.hpp" #include "net/Packet.hpp" #include "world/EntityState.hpp" @@ -9,7 +10,6 @@ #include #include #include -#include #include @@ -35,6 +35,7 @@ CPPUNIT_TEST(testPlayerCorrection); CPPUNIT_TEST(testChunkBegin); CPPUNIT_TEST(testChunkData); CPPUNIT_TEST(testBlockUpdate); +CPPUNIT_TEST(testMessage); CPPUNIT_TEST_SUITE_END(); @@ -56,6 +57,7 @@ public: void testChunkBegin(); void testChunkData(); void testBlockUpdate(); + void testMessage(); private: static void AssertPacket(