syncevolution/test
Jonas Smedegaard b0da99eb22 New upstream version 2.0.0 2021-09-29 23:11:16 +02:00
..
Algorithm Remove redundant file 2010-01-22 18:00:49 +01:00
testcases New upstream version 2.0.0 2021-09-29 23:11:16 +02:00
COPYING license: changed to LGPL v2.1 + v3 2009-04-30 18:26:27 +02:00
ClientTest.cpp Import Upstream version 1.5.3 2021-09-29 23:01:46 +02:00
ClientTest.h C++: avoid NULL 2020-12-05 21:28:08 +01:00
ClientTestAssert.h testing: replace CT_ASSERT_TRUE 2014-04-24 04:30:34 -07:00
README.Ovi Ovi README fixes. 2010-04-15 11:15:36 +02:00
README.funambol Funambol: no longer supports COMPLETED 2010-06-02 08:30:10 +02:00
README.google documentation: Google drops photos larger than a certain threshold (Bugzilla #4638) 2009-07-23 13:13:41 +02:00
README.googlecalendar CalDAV + Google: testImport passes 2011-05-10 15:59:12 +02:00
README.memotoo Memotoo: Add new suppressions to synccompare, README.memotoo and 2009-09-15 11:31:22 +02:00
README.mobical testing: make Mobical eds_events testItems test pass 2011-08-18 09:32:13 +00:00
README.nokia_7210c Testing+Nokia_7210c: fix a typo 2009-12-21 13:15:19 +08:00
README.qtcontacts buteo-testing: add README.qtcontacts 2010-12-08 10:56:16 +01:00
README.scheduleworld NEWS + README.scheduleworld: updated for 0.9 2009-08-11 19:22:18 +02:00
README.syncevolution-server README.syncevolution-server: explains testing SyncEvolution<->SyncEvolution 2010-03-22 15:50:19 +01:00
README.yahoo CardDAV + Yahoo: Client::Sync::eds_contact::testItems passes 2011-05-10 15:59:50 +02:00
README.zyb ZYB: add README.zyb and customize test cases(MB#2424) 2009-12-01 21:45:42 +01:00
abort-redirect.cpp cppcheck: suppress warnings 2014-01-17 16:15:16 +01:00
client-test-main.cpp c++: avoid slicing exception 2020-12-05 21:28:08 +01:00
dbus-client-server.cpp build: boost::placeholders 2021-01-24 10:33:45 +01:00
log2html.py log2html.py: support writing UTF-8 to stdout 2021-03-21 06:57:47 -07:00
run_src_client_test.sh Port build system to non-recursive Automake. 2011-08-30 16:38:34 +02:00
synccompare.pl testing: ignore valid Akonadi vCard changes 2014-10-10 03:19:44 -07:00
syncevo-http-server-logging.conf syncevo-http-server: improved logging 2010-12-27 17:40:58 +01:00
syncevo-http-server.py test: convert scripts to Python3 2020-12-05 21:28:08 +01:00
syncevo-phone-config.py Python2 -> Python3 2020-08-09 16:31:32 +02:00
test.am Import Upstream version 1.5.3 2021-09-29 23:01:46 +02:00
test.cpp C++: replace pcrecpp with std::regex 2020-12-05 21:28:08 +01:00
test.h files and classes renamed, include statements cleaned up 2009-10-05 14:49:32 +02:00

README.zyb

This document is used to show interoperability test information with zyb server.
http://bugzilla.moblin.org/show_bug.cgi?id=2424

* The zyb Server's device information 
  ZYB HTTP SyncML Server
  Version:3.9.18
  Build:3.9.18b572

* Test Environment Variables Settings
  CLIENT_TEST_SERVER=zyb CLIENT_TEST_EVOLUTION_PREFIX=file:///tmp/test/
 
* Test Profiles Settings
  -- N/A

* Data formats we need to test:
  -- Client::Sync::vcard21

* Know Limitations in ZYB server:
VCard21
  -- Only below properties are accepted:
     FN, N, PHOTO, BDAY, ADR, LABEL, TEL, EMAIL, TZ, GEO, TITLE, ROLE, LOGO, ORG, NOTE, REV, SOUND, URL 
  -- The property 'N' parser error: treat "\;" as the delimiter
  -- The property 'ADR': if it is long, three extra chars '\r', '\n' and ' 'will be added in the property value.
  -- Server does escaped text processing, e.g, "&lt\;" is converted to "<"
  -- Server sends mismatch anchors between two sync even if there is no failure. 

* Known test failures:
  -- NONE