From ba0d471981a9155afd42eefdc07a2d5550e4f19d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 21 Oct 2011 00:27:02 -0400 Subject: [PATCH] Unit Tests - rx.t was mis-reporting the expected number of tests. --- test/rx.t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rx.t.cpp b/test/rx.t.cpp index 0984426a6..d51936de2 100644 --- a/test/rx.t.cpp +++ b/test/rx.t.cpp @@ -33,7 +33,7 @@ Context context; int main (int argc, char** argv) { - UnitTest ut (21); + UnitTest ut (23); std::string text = "This is a test.";