From db8d4b4347905b6cd6b535312d1ef8a844bd0479 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 3 Jul 2017 18:35:57 +0200 Subject: [PATCH] fix # of tests --- testApp/pv/testValueBuilder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/pv/testValueBuilder.cpp b/testApp/pv/testValueBuilder.cpp index 8bf831c..5e8f59f 100644 --- a/testApp/pv/testValueBuilder.cpp +++ b/testApp/pv/testValueBuilder.cpp @@ -140,7 +140,7 @@ void testAppend() MAIN(testValueBuilder) { - testPlan(13); + testPlan(27); try { testBuild(); testSubStruct();