From 2d186d40d5677547b39afff1f1396f2f1fdc63f8 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 5 May 2019 19:42:57 -0700 Subject: [PATCH] remove use of Display.setFormat --- test/ntmatrixTest.cpp | 1 - test/ntscalarArrayTest.cpp | 1 - test/ntscalarTest.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/test/ntmatrixTest.cpp b/test/ntmatrixTest.cpp index 8df0e64..825ac8a 100644 --- a/test/ntmatrixTest.cpp +++ b/test/ntmatrixTest.cpp @@ -151,7 +151,6 @@ void test_ntmatrix() display.setLow(-15); display.setHigh(15); display.setDescription("This is a test scalar array"); - display.setFormat("%d"); display.setUnits("A"); pvDisplay.set(display); } diff --git a/test/ntscalarArrayTest.cpp b/test/ntscalarArrayTest.cpp index 848033d..d86c80f 100644 --- a/test/ntscalarArrayTest.cpp +++ b/test/ntscalarArrayTest.cpp @@ -167,7 +167,6 @@ void test_ntscalarArray() display.setLow(-15); display.setHigh(15); display.setDescription("This is a test scalar array"); - display.setFormat("%d"); display.setUnits("A"); pvDisplay.set(display); } diff --git a/test/ntscalarTest.cpp b/test/ntscalarTest.cpp index dba51e9..8afe226 100644 --- a/test/ntscalarTest.cpp +++ b/test/ntscalarTest.cpp @@ -159,7 +159,6 @@ void test_ntscalar() display.setLow(-15); display.setHigh(15); display.setDescription("This is a test scalar"); - display.setFormat("%d"); display.setUnits("A"); pvDisplay.set(display); }