Another attempt to fix regressTest.c::testLinkSevr()

This commit is contained in:
Andrew Johnson
2021-10-28 13:21:03 -05:00
parent 07a371703f
commit 955dcfc7b5
2 changed files with 1 additions and 3 deletions
@@ -6,11 +6,10 @@ record(stringin, "si1") {
}
record(longin, "li1") {
field(INP, "ai.SEVR")
field(FLNK, "si2")
}
record(stringin, "si2") {
field(INP, "ai.SEVR CA")
field(INP, "ai.SEVR CP")
field(FLNK, "li2")
}
record(longin, "li2") {
@@ -197,7 +197,6 @@ void testLinkSevr(void)
testdbPutFieldOk("si1.PROC", DBF_LONG, 1);
testMonitorWait(mon);
dbCaSync(); /* wait for update */
testdbGetFieldEqual("si1", DBF_STRING, "INVALID");
testdbGetFieldEqual("li1", DBF_LONG, INVALID_ALARM);