summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2011-08-18 08:07:52 +0000
committerPatrick Ohly <patrick.ohly@intel.com>2011-08-18 08:07:52 +0000
commit6db37b5612fda87e9e695f86ae51e54d49bfef4a (patch)
tree6f2a556e12c2482278a05b223b1ba47545edc5c4 /test
parentfc60f2b30e0615e30fc511981751b2513b014b71 (diff)
testing: make Mobical eds_task tests pass
They failed because the builtin test cases used STATUS:IN-PROCESS which Mobical replaced with NEEDS-ACTION. Let's use that for all servers, different statuses are still covered by the testItems test cases.
Diffstat (limited to 'test')
-rw-r--r--test/ClientTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/ClientTest.cpp b/test/ClientTest.cpp
index 9f1aefb9..82dee5da 100644
--- a/test/ClientTest.cpp
+++ b/test/ClientTest.cpp
@@ -4879,7 +4879,7 @@ void ClientTest::getTestData(const char *type, Config &config)
"SUMMARY:do me\n"
"DESCRIPTION:to be done<<REVISION>>\n"
"PRIORITY:0\n"
- "STATUS:IN-PROCESS\n"
+ "STATUS:NEEDS-ACTION\n"
"CREATED:20060417T173712\n"
"LAST-MODIFIED:20060417T173712Z\n"
"END:VTODO\n"
@@ -4894,7 +4894,7 @@ void ClientTest::getTestData(const char *type, Config &config)
"SUMMARY:do me ASAP\n"
"DESCRIPTION:to be done\n"
"PRIORITY:1\n"
- "STATUS:IN-PROCESS\n"
+ "STATUS:NEEDS-ACTION\n"
"CREATED:20060417T173712\n"
"LAST-MODIFIED:20060417T173712Z\n"
"END:VTODO\n"
@@ -4910,7 +4910,7 @@ void ClientTest::getTestData(const char *type, Config &config)
"SUMMARY:do me please\\, please\n"
"DESCRIPTION:to be done\n"
"PRIORITY:0\n"
- "STATUS:IN-PROCESS\n"
+ "STATUS:NEEDS-ACTION\n"
"CREATED:20060417T173712\n"
"LAST-MODIFIED:20060417T173712Z\n"
"END:VTODO\n"
@@ -4925,7 +4925,7 @@ void ClientTest::getTestData(const char *type, Config &config)
"SUMMARY:do me\n"
"DESCRIPTION:to be done\n"
"PRIORITY:7\n"
- "STATUS:IN-PROCESS\n"
+ "STATUS:NEEDS-ACTION\n"
"CREATED:20060417T173712\n"
"LAST-MODIFIED:20060417T173712Z\n"
"END:VTODO\n"