diff --git a/examples/bin/resources/skybox-space.png.REMOVED.git-id b/examples/bin/resources/skybox-space.png.REMOVED.git-id deleted file mode 100644 index 4bbe2de56..000000000 --- a/examples/bin/resources/skybox-space.png.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -ca02549e21a494540751b65126dcee5fddfb84db \ No newline at end of file diff --git a/tests/Engine/Network/TCP.cpp b/tests/Engine/Network/TCP.cpp index 4a61e0197..788478c0e 100644 --- a/tests/Engine/Network/TCP.cpp +++ b/tests/Engine/Network/TCP.cpp @@ -1,10 +1,9 @@ +#include +#include +#include #include #include #include - -#include -#include - #include SCENARIO("TCP", "[NETWORK][TCP]") @@ -29,6 +28,8 @@ SCENARIO("TCP", "[NETWORK][TCP]") Nz::IpAddress clientIP = client.GetRemoteAddress(); REQUIRE(clientIP.IsValid()); + Nz::Thread::Sleep(100); + Nz::TcpClient serverToClient; REQUIRE(server.AcceptClient(&serverToClient)); diff --git a/tests/resources/Engine/Audio/Cat.flac.REMOVED.git-id b/tests/resources/Engine/Audio/Cat.flac.REMOVED.git-id deleted file mode 100644 index a686bc57d..000000000 --- a/tests/resources/Engine/Audio/Cat.flac.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -6993cbcca9ac596667135cb0f30bea4841178d3b \ No newline at end of file diff --git a/tests/resources/Engine/Audio/The_Brabanconne.ogg.REMOVED.git-id b/tests/resources/Engine/Audio/The_Brabanconne.ogg.REMOVED.git-id deleted file mode 100644 index bfd8dbd70..000000000 --- a/tests/resources/Engine/Audio/The_Brabanconne.ogg.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -94b2c47c9143adbac0fb7e81df5cc87f969f7150 \ No newline at end of file