From 6239a5b0c9a95e7b1f70f06731d17d0dfd7f2056 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 22 Oct 2012 00:46:37 -0400 Subject: [PATCH] Unit Tests - The tdb2.t test program was reporting 9 tests but running 12. This also was throwing off the test counts. --- test/tdb2.t.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/tdb2.t.cpp b/test/tdb2.t.cpp index ce70dc337..08f348c1f 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -36,10 +36,7 @@ Context context; //////////////////////////////////////////////////////////////////////////////// int main (int argc, char** argv) { -/* - UnitTest t (15); -*/ - UnitTest t (9); + UnitTest t (12); try {