mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
73192fa99a
commit
6239a5b0c9
1 changed files with 1 additions and 4 deletions
|
@ -36,10 +36,7 @@ Context context;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int main (int argc, char** argv)
|
||||
{
|
||||
/*
|
||||
UnitTest t (15);
|
||||
*/
|
||||
UnitTest t (9);
|
||||
UnitTest t (12);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue