client-test + ActiveSync: avoid tests which depend on storing detached children alone

activesyncd does not support storing VCALENDARs without parent (BMC
Avoid running tests which depend on that.
This commit is contained in:
Patrick Ohly 2011-09-01 12:38:37 +02:00
parent 424a968a81
commit 22480c77cd

View file

@ -211,6 +211,10 @@ static void updateConfigEAS(const RegisterSyncSourceTest */* me */,
config.dump = DumpItems;
config.sourceLUIDsAreVolatile = true;
// TODO: find out how ActiveSync/Exchange handle children without parent;
// at the moment, the child is stored as if it was a stand-alone event
// and the RECURRENCE-ID is lost (BMC #22831).
config.linkedItemsRelaxedSemantic = false;
}
static class ActiveSyncContactTest : public RegisterSyncSourceTest {