nightly testing: fixed typo in Google CalDAV testing
The sync testing is done against ical20, not vcard30.
This commit is contained in:
parent
7422a1e2a1
commit
f29b87283f
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ context.add(evolutiontest)
|
|||
test = SyncEvolutionTest("googlecalendar", compile,
|
||||
"", options.shell,
|
||||
"Client::Source::google_caldav Client::Sync::ical20::testItems",
|
||||
[ "google_caldav", "vcard30" ],
|
||||
[ "google_caldav", "ical20" ],
|
||||
"CLIENT_TEST_WEBDAV='google caldav' "
|
||||
"CLIENT_TEST_NUM_ITEMS=10 " # don't stress server
|
||||
"CLIENT_TEST_SIMPLE_UID=1 " # server gets confused by UID with special characters
|
||||
|
|
Loading…
Reference in a new issue