client-test: fixed missing templateItem in "text" test cases
Fixed a typo introduced recently: insertItem instead of templateItem.
This commit is contained in:
parent
19d0ad900c
commit
eafadd74ab
1 changed files with 1 additions and 1 deletions
|
@ -4502,7 +4502,7 @@ void ClientTest::getTestData(const char *type, Config &config)
|
|||
"DESCRIPTION:Summary\\nBody modified\n"
|
||||
"END:VJOURNAL\n"
|
||||
"END:VCALENDAR\n";
|
||||
config.insertItem =
|
||||
config.templateItem =
|
||||
"BEGIN:VCALENDAR\n"
|
||||
"PRODID:-//Ximian//NONSGML Evolution Calendar//EN\n"
|
||||
"VERSION:2.0\n"
|
||||
|
|
Loading…
Reference in a new issue