diff --git a/testApp/remote/testGetPerformance.cpp b/testApp/remote/testGetPerformance.cpp index f37328a..b3c9dc5 100644 --- a/testApp/remote/testGetPerformance.cpp +++ b/testApp/remote/testGetPerformance.cpp @@ -308,6 +308,7 @@ void runTest() PVStructure::shared_pointer configuration = getPVDataCreate()->createPVStructure(getFieldCreate()->createStructure(fieldNames, fields)); configuration->getIntField("strategy")->put(bulkMode ? USER_CONTROLED : DELAYED); + provider->configure(configuration); vector channelNames; char buf[64];