xlawrence 2005/01/31 18:10:12 CET
Modified files:
. README.txt
Log:
Added testing guidelines
Revision Changes Path
1.9 +15 -2 uwcal_JSR168/README.txt
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/README.txt.diff?r1=1.8&r2=1.9&f=h
Index: README.txt
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/README.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README.txt 26 Jan 2005 19:48:13 -0000 1.8
+++ README.txt 31 Jan 2005 17:10:12 -0000 1.9
@@ -127,7 +127,8 @@
get the Hibernate properties and schema that will tell you how to create
the
db (schema.ddl))
-11) start tomcat FROM the sync4j sync server root directory
+11) Start tomcat FROM the sync4j sync server root directory using their start
+ script.
12) > maven calClient
@@ -170,7 +171,19 @@
================================================================================
-6. Links
+6. Testing the application
+================================================================================
+
+Be sure to understand the concepts of SLOW synch and FAST synch as defined
by the
+SyncML protocol before performing any tests.
+Be also sure to either delete the Synch anchors or clean up the sync4j
database
+before starting a new test. This will make the synch server execute a SLOW
synch
+and not a FAST synch. On a SLOW synch, all the events are treated whereas on
a
+FAST synch, only MODIFED/DELETED/NEW events are processed.
+
+
+================================================================================
+7. Links
================================================================================
Maven: http://maven.apache.org/