mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Unit Tests - Config
- Added unit tests for Config. Why didn't I do this a year ago? - Shut off old 1.7.0 code (gulp). - Task now thoroughly broken, and only 1.8.0 can help.
This commit is contained in:
parent
d702ba8f24
commit
7a219c999e
8 changed files with 121 additions and 49 deletions
|
@ -41,8 +41,6 @@ class Context
|
|||
{
|
||||
public:
|
||||
Context (); // Default constructor
|
||||
Context (const Context&); // Copy constructor
|
||||
Context& operator= (const Context&); // Assignment operator
|
||||
~Context (); // Destructor
|
||||
|
||||
void initialize (int, char**); // all startup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue