aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/fieldsettest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-11-07 20:38:52 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-11-09 10:33:49 +0000
commit01cce7fcf6a68f268c8a61e93ea4a0d76a775954 (patch)
tree4a881b9fc4888f02cce5f1d02f9b3897820ba116 /document/src/tests/fieldsettest.cpp
parentdc50de961734b229cd4bcb0fb6e515d94df82202 (diff)
Removed unused IFieldBase of Serializer/Deserializer interface.
Many years ago there were a big plan. But it went nowehere. So let us GC it instead of lying around polluting and bloating the code.
Diffstat (limited to 'document/src/tests/fieldsettest.cpp')
-rw-r--r--document/src/tests/fieldsettest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/fieldsettest.cpp b/document/src/tests/fieldsettest.cpp
index 8f77bfd2c0d..a3b78e6081f 100644
--- a/document/src/tests/fieldsettest.cpp
+++ b/document/src/tests/fieldsettest.cpp
@@ -281,7 +281,7 @@ TEST(FieldCollectionTest, testHash ) {
}
TEST(FieldTest, testSizeOf) {
- EXPECT_EQ(sizeof(Field), 96);
+ EXPECT_EQ(sizeof(Field), 88);
}
} // document