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