Unit Tests

- The tdb2.t test program was reporting 9 tests but running 12.  This also was
  throwing off the test counts.
This commit is contained in:
Paul Beckingham 2012-10-22 00:46:37 -04:00
parent 73192fa99a
commit 6239a5b0c9

View file

@ -36,10 +36,7 @@ Context context;
////////////////////////////////////////////////////////////////////////////////
int main (int argc, char** argv)
{
/*
UnitTest t (15);
*/
UnitTest t (9);
UnitTest t (12);
try
{