From f7dcb95d7b71daf6b6f22df78bacd837ec323d74 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Thu, 25 Apr 2013 09:00:17 +0200 Subject: [PATCH] testGetPerformance: actually called configure to enable USER_CONTROLLED flush --- testApp/remote/testGetPerformance.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/testApp/remote/testGetPerformance.cpp b/testApp/remote/testGetPerformance.cpp index 6dec124..c971fb1 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];