aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/documenttestcase.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-30 13:48:51 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-30 13:48:51 +0000
commit4285a9e76ddab7761031899d52259c1fc7779c4b (patch)
treefbb0dc921133144c856e3346c8947c4ef4571023 /document/src/tests/documenttestcase.cpp
parentd30cb8d388a56ea1f02d87e3da3a1fcbacc639c8 (diff)
As java and c++ now doe sth same thing size is the same.
Diffstat (limited to 'document/src/tests/documenttestcase.cpp')
-rw-r--r--document/src/tests/documenttestcase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/documenttestcase.cpp b/document/src/tests/documenttestcase.cpp
index fed4de67f28..968470e9693 100644
--- a/document/src/tests/documenttestcase.cpp
+++ b/document/src/tests/documenttestcase.cpp
@@ -585,7 +585,7 @@ TEST(DocumentTest, testReadSerializedFile)
EXPECT_TRUE(buf2.empty());
buf2.rp(0);
- EXPECT_EQ(len - 13, buf2.size()); // Size is smaller as we are merging to one chunk.
+ EXPECT_EQ(len, buf2.size());
doc2.setValue("stringfield", StringFieldValue("hei"));