modify tests to match our code modifications

This commit is contained in:
2023-02-24 17:30:41 +01:00
parent 64f67d036b
commit 26e1e94b90
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ static void testLongStringInit()
testdbGetFieldEqual("longstr3.VAL", DBR_STRING, "!--------------------------------------");
}
testdbGetFieldEqual("longstr4.VAL", DBR_STRING, "One");
testdbGetFieldEqual("longstr4.VAL", DBR_STRING, "OneTwoThreeFour"); /* DZ: my change */
testIocShutdownOk();