HACKING: describe database creation with EDS 2.32

Automatic database creation is not supported for EDS 2.32,
must be done manually.
This commit is contained in:
Amarnath Valluri 2011-06-22 12:03:26 +03:00 committed by Patrick Ohly
parent aa7321e6b4
commit f0d45ac3a4

View file

@ -146,6 +146,12 @@ It understands several environment variables, among them:
- CLIENT_TEST_EVOLUTION_PREFIX=[name|file://<path>] overrides
the evolutionsource setting in the configuration; if file:// is used
then these database will be created automatically
NOTE : The automatic database creation is not supported for EDS 2.32. We need
to create manually the databases using Evolution. New database names must be
named ${CLIENT_TEST_EVOLUTION_PREFIX}${CLIENT_TEST_SOURCES}_[12].
Example: if CLIENT_TEST_EVOLUTION_PREFIX=Test_ and Client::Sync::eds_contact
is used, then addressbooks with the names 'Test_eds_contact_1' and
'Test_eds_contact_2' must exist.
- CLIENT_TEST_XML=1 use XML format as default instead of the normal WBXML
For unattended testing: