From 5f8922e34921669db62b47ac203f157cf3c45b6b Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Thu, 13 Aug 2015 12:46:27 +0100 Subject: [PATCH] Incremented number of tests in NTTable test plan --- test/nt/nttableTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nt/nttableTest.cpp b/test/nt/nttableTest.cpp index 7eb6698..71372ad 100644 --- a/test/nt/nttableTest.cpp +++ b/test/nt/nttableTest.cpp @@ -236,7 +236,7 @@ void test_wrap() } MAIN(testNTTable) { - testPlan(46); + testPlan(48); test_builder(); test_labels(); test_nttable();