use reftrack

This commit is contained in:
Michael Davidsaver
2017-09-05 13:40:23 -05:00
parent bf3fda4e92
commit 3f4e8e33e7
8 changed files with 73 additions and 26 deletions

View File

@@ -428,10 +428,10 @@ MAIN(testpdb)
iocshCmd("stopPVAServer");
testDiag("check to see that all dbChannel are closed before IOC shuts down");
testEqual(epics::atomic::get(PDBProvider::ninstances), 0u);
testEqual(epics::atomic::get(PDBGroupChannel::ninstances), 0u);
testEqual(epics::atomic::get(PDBGroupPV::ninstances), 0u);
testEqual(epics::atomic::get(PDBSinglePV::ninstances), 0u);
testEqual(epics::atomic::get(PDBProvider::num_instances), 0u);
testEqual(epics::atomic::get(PDBGroupChannel::num_instances), 0u);
testEqual(epics::atomic::get(PDBGroupPV::num_instances), 0u);
testEqual(epics::atomic::get(PDBSinglePV::num_instances), 0u);
}catch(std::exception& e){
PRINT_EXCEPTION(e);