From 0da3e12e36320f2f0292ba30330b8b5e5ed472cb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 6 Sep 2011 23:20:56 -0400 Subject: [PATCH] Unit Tests - Fixed bug in test that caused an inconsistent sample task to be parsed. --- test/tdb2.t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tdb2.t.cpp b/test/tdb2.t.cpp index f24864648..eeb22d124 100644 --- a/test/tdb2.t.cpp +++ b/test/tdb2.t.cpp @@ -67,7 +67,7 @@ int main (int argc, char** argv) t.is ((int) synch_key.size (), 0, "TDB2 Read empty synch_key"); // Add a task. - Task task ("[name:\"value\"]"); + Task task ("[description:\"description\" name:\"value\"]"); context.tdb2.add (task); pending = context.tdb2.pending.get_tasks ();