mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Unit Tests
- Fixed bug in test that caused an inconsistent sample task to be parsed.
This commit is contained in:
parent
2ab11655db
commit
0da3e12e36
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ int main (int argc, char** argv)
|
||||||
t.is ((int) synch_key.size (), 0, "TDB2 Read empty synch_key");
|
t.is ((int) synch_key.size (), 0, "TDB2 Read empty synch_key");
|
||||||
|
|
||||||
// Add a task.
|
// Add a task.
|
||||||
Task task ("[name:\"value\"]");
|
Task task ("[description:\"description\" name:\"value\"]");
|
||||||
context.tdb2.add (task);
|
context.tdb2.add (task);
|
||||||
|
|
||||||
pending = context.tdb2.pending.get_tasks ();
|
pending = context.tdb2.pending.get_tasks ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue