Removed unrelated checking #4721

This commit is contained in:
Xinyu Hou 2015-07-13 13:21:31 +01:00 committed by Jerry (Xinyu Hou)
parent afdcb9cefe
commit 88214a0d3c
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ TEST(IpcLogOutputterTests, write_threadingEnabled_bufferIsSent)
ON_CALL(mockServer, hasClients(_)).WillByDefault(Return(true));
EXPECT_CALL(mockServer, hasClients(_)).Times(5);
EXPECT_CALL(mockServer, send(IpcLogLineMessageEq("mock 1\n"), _)).Times(1);
EXPECT_CALL(mockServer, send(IpcLogLineMessageEq("mock 2\n"), _)).Times(1);