summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-05-22 14:36:10 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2012-05-22 15:02:59 +0200
commitd1db2d30a10e806602d1a0821026611496282d31 (patch)
treeb2526313f3d8e9756fcb5e7daa0004b93b4755b8 /HACKING
parentfbb6363816fc85226e0d19d66834e9126e07d875 (diff)
Buteo: removed from source code
Pseudo-backend (really more like a plugin for Buteo) and testing framework changes were removed because Buteo is obsolete.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING27
1 files changed, 0 insertions, 27 deletions
diff --git a/HACKING b/HACKING
index 1ccfca5d..3504206a 100644
--- a/HACKING
+++ b/HACKING
@@ -366,30 +366,3 @@ crash scenarios the final error messages may get lost. To debug such
cases, disable redirection by setting the environment variable
SYNCEVOLUTION_DEBUG (value doesn't matter) and capture the output
normally.
-
-Testing Buteo
----------
-
-SyncEvolution enables Buteo testing based client-test. Configure with
---enable-integration-tests and --enable-buteo-tests and then run
-"src/client-test" to test Buteo with the above described environment
-variables. The only difference is that you have to set a new one
-"CLIENT_TEST_BUTEO=1". Buteo testing supports testing two kinds of
-data: qt_contact and kcal_event.
-
-Here are step-by-step instructions to get started with Buteo testing,
-also using ScheduleWorld as example:
-- CLIENT_TEST_SERVER=scheduleworld \
- CLIENT_TEST_EVOLUTION_PREFIX=file:///tmp/testing/ \
- ./client-test -h
- => creates ~/.config/syncevolution/scheduleworld_[12]/ configs
- which use data bases under /tmp/testing, then
- prints all available tests
-- create Buteo sync profile file ~/.sync/profiles/sync/scheduleworld.xml
- and edit and enter account data for ScheduleWorld.
-- chmod -R 666 /etc/sync
- => change the access mode of the directory /etc/sync
-- CLIENT_TEST_SERVER=scheduleworld \
- CLIENT_TEST_EVOLUTION_PREFIX=file:///tmp/testing/ \
- ./client-test Client::Sync::qt_contact
- => runs all tests for qt_contact