This commit is contained in:
Michael Davidsaver
2017-06-21 15:06:51 +02:00
parent c26a59c4a3
commit 947106abbb
3 changed files with 15 additions and 3 deletions
+2 -1
View File
@@ -431,7 +431,7 @@ void p2pTestIoc_registerRecordDeviceDriver(struct dbBase *);
MAIN(testpdb)
{
testPlan(138);
testPlan(139);
try{
TestIOC IOC;
@@ -461,6 +461,7 @@ MAIN(testpdb)
prov.reset();
testDiag("check to see that all dbChannel are closed before IOC shuts down");
testEqual(epics::atomic::get(PDBGroupChannel::ninstances), 0u);
testEqual(epics::atomic::get(PDBGroupPV::ninstances), 0u);
testEqual(epics::atomic::get(PDBSinglePV::ninstances), 0u);