\r (and \n) is lost for "mixed" element value
---------------------------------------------
Key: TUSCANY-992
URL: http://issues.apache.org/jira/browse/TUSCANY-992
Project: Tuscany
Issue Type: Bug
Components: C++ SDO
Affects Versions: Cpp-current
Environment: Windows XP SP2, LibXML 2.6.27
Reporter: Yang ZHONG
cpp/sdo/runtime/core/test/clone.xsd has defined
<complexType name="CloneType" mixed="true">
cpp/sdo/runtime/core/test/clone-in.xml has an element value
\r\n ghi\r\n
SDO build test (cloneopentest) reads that in and outputs the element value as
(clone-testout.xml)
\n ghi
Both leading \r and ending \r are lost. Ending \n is also lost.
The bug severity may not be high while the priority can be high since Windows
build tests keep on annoying
Test Failed: 115 sdotest::cloneopentest()
Thanks to Pete for having provided additional info at
http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg11741.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]