imprecise precision
The precision should be translated into 'display.format' somehow. Not sure what is expected, so leave it blank.
This commit is contained in:
+1
-1
@@ -312,7 +312,7 @@ void testSingleMonitor(const PDBProvider::shared_pointer& prov)
|
||||
|
||||
e = mon.poll();
|
||||
testOk1(!!e);
|
||||
if(!!e) testEqual(toString(*e.elem->changedBitSet), "{7, 8, 11, 12, 14, 15, 17, 18}");
|
||||
if(!!e) testEqual(toString(*e.elem->changedBitSet), "{7, 8, 11, 12, 15, 17, 18}");
|
||||
else testFail("oops");
|
||||
testFieldEqual<pvd::PVDouble>(e, "display.limitHigh", 50.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user