aboutsummaryrefslogtreecommitdiff
path: root/profiling
diff options
context:
space:
mode:
Diffstat (limited to 'profiling')
-rw-r--r--profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
index c97fecd94d..57fc9e9da6 100644
--- a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
+++ b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
@@ -51,7 +51,7 @@ BOOST_AUTO_TEST_CASE(BasePipeServerTest)
unsigned int readBufferSize = packetBuffer->GetSize();
BOOST_TEST(readBuffer);
- BOOST_TEST(readBufferSize > 0);
+ BOOST_TEST(readBufferSize > 0u);
socketProfilingConnection.WritePacket(readBuffer,readBufferSize);
bufferManager.MarkRead(packetBuffer);
@@ -68,7 +68,7 @@ BOOST_AUTO_TEST_CASE(BasePipeServerTest)
readBufferSize = packetBuffer->GetSize();
BOOST_TEST(readBuffer);
- BOOST_TEST(readBufferSize > 0);
+ BOOST_TEST(readBufferSize > 0u);
socketProfilingConnection.WritePacket(readBuffer,readBufferSize);
bufferManager.MarkRead(packetBuffer);