mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix
- t.t.cpp was throwing an error because UUID is no longer set in Task::Task and so the sample task t3 was 'empty', which doesn't sit well with the round trip testing.
This commit is contained in:
parent
cb1313779b
commit
e8716e68ae
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ int main (int argc, char** argv)
|
|||
|
||||
// Round-trip testing.
|
||||
Task t3;
|
||||
t3.set ("name", "value");
|
||||
std::string before = t3.composeF4 ();
|
||||
t3.parse (before);
|
||||
std::string after = t3.composeF4 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue