[cvs] [Wiki] changed: SyncMLCreateTestCases
Jan Schneider
jan at horde.org
Wed Aug 13 15:38:43 UTC 2008
jan Wed, 13 Aug 2008 11:38:43 -0400
Modified page: http://wiki.horde.org/SyncMLCreateTestCases
New Revision: 1.10
Change log: --setup is separate now
@@ -39,9 +39,12 @@
For developers:
* If the phone uses wbxml this must be converted to xml first: {{for
a in *.wbxml; do wbxml2xml -m 0 -o `basename $a .wbxml`.xml $a; done }}
+
* References to the installation that created the test case should
be removed: data like http://horeinstall.com/horde/rpc.php should be
renamed to http://example.com/rpc.php
+
* all *.xml go into a directory under framework/syncml/tests with
name testcase_[descriptionoftestcase]
-* in framework/syncml/tests do a {{./testsync.php
--dir=testcase_[descriptionoftestcase]}} to run the test.
+* in framework/syncml/tests do a {{./testsync.php --setup}} to
prepare the test.
+* in framework/syncml/tests do a {{./testsync.php
--dir=testcase_[descriptionoftestcase]}} to run the test.
More information about the cvs
mailing list