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:
Michael Davidsaver
2016-03-23 15:18:51 -04:00
parent 704c0a1485
commit 679bd53974
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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);