Unit Tests

- rx.t was mis-reporting the expected number of tests.
This commit is contained in:
Paul Beckingham 2011-10-21 00:27:02 -04:00
parent 222c44b6f1
commit ba0d471981

View file

@ -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.";