summaryrefslogtreecommitdiffstats
path: root/document/src/tests/documentupdatetestcase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/documentupdatetestcase.cpp')
-rw-r--r--document/src/tests/documentupdatetestcase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/tests/documentupdatetestcase.cpp b/document/src/tests/documentupdatetestcase.cpp
index beb94959e73..93ab1c370c5 100644
--- a/document/src/tests/documentupdatetestcase.cpp
+++ b/document/src/tests/documentupdatetestcase.cpp
@@ -498,7 +498,7 @@ TEST(DocumentUpdateTest, testReadSerializedFile)
serValue = &serField2[0];
EXPECT_EQ(serValue->getType(), ValueUpdate::Clear);
- EXPECT_TRUE(serValue->inherits(ClearValueUpdate::classId));
+ EXPECT_EQ(ValueUpdate::Clear, serValue->getType());
// Verify add value update.
const FieldUpdate & serField3 = upd.getUpdates()[0];