This commit is contained in:
Michael Davidsaver
2017-01-12 20:45:11 -05:00
parent 41dc7830ab
commit eb5a43ed43
4 changed files with 27 additions and 4 deletions
+2 -1
View File
@@ -431,7 +431,7 @@ void p2pTestIoc_registerRecordDeviceDriver(struct dbBase *);
MAIN(testpdb)
{
testPlan(137);
testPlan(138);
try{
TestIOC IOC;
@@ -457,6 +457,7 @@ MAIN(testpdb)
throw;
}
prov->destroy();
testOk1(prov.unique());
prov.reset();
testDiag("check to see that all dbChannel are closed before IOC shuts down");