From 1917d0563aa73798cce6526a9d16f5c7017bc41e Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 2 May 2017 21:30:43 -0400 Subject: [PATCH] ioc/db/test: dbStaticTest dbInitEntryFromAddr() works before iocInit() --- src/ioc/db/test/dbStaticTest.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ioc/db/test/dbStaticTest.c b/src/ioc/db/test/dbStaticTest.c index 76c0d1eba..e1d0a9aae 100644 --- a/src/ioc/db/test/dbStaticTest.c +++ b/src/ioc/db/test/dbStaticTest.c @@ -114,7 +114,7 @@ void dbTestIoc_registerRecordDeviceDriver(struct dbBase *); MAIN(dbStaticTest) { - testPlan(156); + testPlan(192); testdbPrepare(); testdbReadDatabase("dbTestIoc.dbd", NULL, NULL); @@ -125,6 +125,10 @@ MAIN(dbStaticTest) testEntry("testalias.VAL"); testEntry("testalias2.VAL"); testEntry("testalias3.VAL"); + testAddr2Entry("testrec.VAL"); + testAddr2Entry("testalias.VAL"); + testAddr2Entry("testalias2.VAL"); + testAddr2Entry("testalias3.VAL"); testRec2Entry("testrec"); testRec2Entry("testalias"); testRec2Entry("testalias2");