From: <svn...@op...> - 2010-02-23 12:50:34
|
Author: bellmich Date: Tue Feb 23 13:50:20 2010 New Revision: 225 URL: http://libwbxml.opensync.org/changeset/225 Log: removed all OMA DM files which are copyright protected by the OMA Modified: wbxml2/trunk/CMakeLists.txt wbxml2/trunk/ChangeLog Modified: wbxml2/trunk/CMakeLists.txt ============================================================================== --- wbxml2/trunk/CMakeLists.txt Tue Feb 23 13:40:17 2010 (r224) +++ wbxml2/trunk/CMakeLists.txt Tue Feb 23 13:50:20 2010 (r225) @@ -250,7 +250,7 @@ CONFIGURE_FILE( "tests/launchTests.sh" "${CMAKE_CURRENT_BINARY_DIR}/launchTests.sh") CONFIGURE_FILE( "tests/normalize_xml.pl" "${CMAKE_CURRENT_BINARY_DIR}/normalize_xml.pl" @ONLY) SET( airsync_tests 3 ) -SET( ddf_tests 7 ) +SET( ddf_tests 2 ) # 2009-Jan-19 bellmich # All DRMREL 1.0 tests are switched off. # The background is the extremely bad specification. Modified: wbxml2/trunk/ChangeLog ============================================================================== --- wbxml2/trunk/ChangeLog Tue Feb 23 13:40:17 2010 (r224) +++ wbxml2/trunk/ChangeLog Tue Feb 23 13:50:20 2010 (r225) @@ -1,3 +1,8 @@ + * Removed OMA DM tests because the OMA did not grant a permission + for the inclusion (ticket #36). + * Added a fix for the broken vFormat handling in the SyncML + specification. All LFs are replaced by CRLFs in every vFormat + object inside a SyncML message. * Added Nokia ConML support (ticket #35). There is no public documentation available from Nokia. The transformation tables were created from sniffed WBXML documents. |