From d1db2d30a10e806602d1a0821026611496282d31 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 22 May 2012 14:36:10 +0200 Subject: Buteo: removed from source code Pseudo-backend (really more like a plugin for Buteo) and testing framework changes were removed because Buteo is obsolete. --- HACKING | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'HACKING') 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 -- cgit v1.2.3