updated testPlan(0) to actual value

This commit is contained in:
Matej Sekoranja
2015-02-11 20:56:38 +01:00
parent bb505b8ed9
commit b13bb9819a
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ static void testFromString()
MAIN(testConvert)
{
testPlan(0);
testPlan(6);
testFromString();
return testDone();
}

View File

@@ -159,7 +159,7 @@ static void testFromRaw()
MAIN(testPVStructureArray)
{
testPlan(0);
testPlan(23);
testDiag("Testing structure array handling");
fieldCreate = getFieldCreate();
pvDataCreate = getPVDataCreate();