summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-04-24 18:49:03 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-04-24 18:49:03 +0000
commit65026bd0f715bc041eb93bbe9e0317454686bfd3 (patch)
treecc02f47e765baa120f34797e8675bf36583a6c21 /HACKING
parent040d115d1ce4ab49b7f526530d31cc9467eafbe8 (diff)
added support for testing against www.scheduleworld.com
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@85 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 10 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 41cbe715..96597602 100644
--- a/HACKING
+++ b/HACKING
@@ -53,16 +53,24 @@ your Evolution and ~/.sync4j configuration as described
in the README section 'Exchanging Data' (create address
books 'SyncEvolution test #1/2', etc).
-Running the test with the environment variable SYNC4J_LOG
+Running the test with the environment variable TEST_EVOLUTION_LOG
set to the server's log file ensures that for each
individual sync session both the client and the corresponding
server log are stored in individual files in the src
directory. The filenames are derived from the tests and
the steps executed for each of them.
+The basic configuration is chosen via TEST_EVOLUTION_SERVER;
+the default is "localhost".
+
+If the server needs a certain delay between syncs, that
+can be set via TEST_EVOLUTION_DELAY=<seconds>. The Sync4j
+2.3 server needs a delay of around 20 seconds to work
+correctly.
+
The first parameter of the "test" program can be used
to select specific tests, like this:
- ./test ContactSync::testItems
+ ./TestEvolution ContactSync::testItems
"make valgrind" runs the same tests inside valgrind
[http://www.valgrind.org]. A suppression file is