Another attempt to fix regressTest.c::testLinkSevr()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user