From cd7d8735af69665f31b45671f2af0b2f6970d987 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli Date: Tue, 30 Apr 2024 13:09:59 -0500 Subject: [PATCH] update master field tests --- test/src/testPVCopy.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/src/testPVCopy.cpp b/test/src/testPVCopy.cpp index a86493f..9719eb1 100644 --- a/test/src/testPVCopy.cpp +++ b/test/src/testPVCopy.cpp @@ -289,6 +289,7 @@ static void testMasterField(PVRecordPtr const& pvRecord) cout << "Master PV structure from copy" << endl << *pvMasterField << endl; cout << "Master PV structure from copy offset " << pvMasterField->getFieldOffset() << endl; } + testOk1(pvCopy->isMasterFieldRequested()); testOk1(pvMasterField->getNumberFields() == pvStructureRecord->getNumberFields()); testOk1(pvMasterField->getFieldOffset() == 0); PVStructurePtr pvStructureCopy = pvCopy->createPVStructure(); @@ -431,7 +432,7 @@ static void masterFieldTest() MAIN(testPVCopy) { - testPlan(70); + testPlan(71); scalarTest(); arrayTest(); powerSupplyTest();