From b13bb9819a6a31d65c6d20e3fc289ce368f9a257 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Wed, 11 Feb 2015 20:56:38 +0100 Subject: [PATCH] updated testPlan(0) to actual value --- testApp/pv/testConvert.cpp | 2 +- testApp/pv/testPVStructureArray.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testApp/pv/testConvert.cpp b/testApp/pv/testConvert.cpp index 33258d4..039d918 100644 --- a/testApp/pv/testConvert.cpp +++ b/testApp/pv/testConvert.cpp @@ -60,7 +60,7 @@ static void testFromString() MAIN(testConvert) { - testPlan(0); + testPlan(6); testFromString(); return testDone(); } diff --git a/testApp/pv/testPVStructureArray.cpp b/testApp/pv/testPVStructureArray.cpp index a55efa4..721b8b1 100644 --- a/testApp/pv/testPVStructureArray.cpp +++ b/testApp/pv/testPVStructureArray.cpp @@ -159,7 +159,7 @@ static void testFromRaw() MAIN(testPVStructureArray) { - testPlan(0); + testPlan(23); testDiag("Testing structure array handling"); fieldCreate = getFieldCreate(); pvDataCreate = getPVDataCreate();