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:
@@ -36,10 +36,7 @@ Context context;
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int main (int argc, char** argv)
|
||||
{
|
||||
/*
|
||||
UnitTest t (15);
|
||||
*/
|
||||
UnitTest t (9);
|
||||
UnitTest t (12);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user