summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorAmarnath Valluri <amarnath.valluri@intel.com>2011-06-22 12:03:26 +0300
committerPatrick Ohly <patrick.ohly@intel.com>2011-06-24 17:09:18 +0200
commitf0d45ac3a4564c3f63323dc324d8a17ea52a53ee (patch)
tree7db1cafc18d4783d1ff492f5e08ec64859c270c5 /HACKING
parentaa7321e6b44ecbbe39615e4d84cfd121442ebf90 (diff)
HACKING: describe database creation with EDS 2.32
Automatic database creation is not supported for EDS 2.32, must be done manually.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 5ae16fea..139a056c 100644
--- a/HACKING
+++ b/HACKING
@@ -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: