From 4d24ae39cd172474502b7a3a2b7c43f26338d86f Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 23 Jan 2020 16:38:55 +0000 Subject: Followup on code comments. --- storage/src/tests/persistence/processalltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage') diff --git a/storage/src/tests/persistence/processalltest.cpp b/storage/src/tests/persistence/processalltest.cpp index 46a5aaf6488..8c0f8853d2d 100644 --- a/storage/src/tests/persistence/processalltest.cpp +++ b/storage/src/tests/persistence/processalltest.cpp @@ -165,7 +165,7 @@ TEST_F(ProcessAllHandlerTest, stat_bucket_request_can_returned_removed_entries) " Timestamp: 208, id:mail:testdoctype1:n=4:42967.html, gid(0x04000000f19ece1668e6de48) (remove)\n" " Timestamp: 209, id:mail:testdoctype1:n=4:6925.html, gid(0x04000000667c0b3cada830be) (remove)\n"; - EXPECT_EQ(expected, reply.getResults()); + EXPECT_EQ(expected, reply.getResults()); } // TODO is this test neccessary? Seems to not test anything more than the above tests -- cgit v1.2.3