From 8aeef40b805bda742597dcc87e9c6ff8038d6f0c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 16 Jul 2011 14:22:42 -0400 Subject: [PATCH] Unit Tests - variant.t.cpp was reporting 6 tests but performing none. That certainly doesn't help our pass rate. --- test/variant.t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/variant.t.cpp b/test/variant.t.cpp index 05c6b3fc6..0f7f551c3 100644 --- a/test/variant.t.cpp +++ b/test/variant.t.cpp @@ -34,7 +34,7 @@ Context context; //////////////////////////////////////////////////////////////////////////////// int main (int argc, char** argv) { - UnitTest t (6); + UnitTest t (0); try {