xml/xmlexpatparser/test/rtest/tsrc/t_xmlparser.cpp
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
    36 _LIT(KEntityTestFile,    "c:\\system\\data\\xml\\xml\\entity.xml");
    36 _LIT(KEntityTestFile,    "c:\\system\\data\\xml\\xml\\entity.xml");
    37 _LIT(KCapsTestFile,      "c:\\system\\data\\xml\\xml\\caps.xml");
    37 _LIT(KCapsTestFile,      "c:\\system\\data\\xml\\xml\\caps.xml");
    38 _LIT(KEncodingTestFile,  "c:\\system\\data\\xml\\xml\\doc_jp_utf.xml");
    38 _LIT(KEncodingTestFile,  "c:\\system\\data\\xml\\xml\\doc_jp_utf.xml");
    39 _LIT(KEncodingRefFile,   "c:\\system\\data\\xml\\xml\\ref_doc_jp_utf.xml");
    39 _LIT(KEncodingRefFile,   "c:\\system\\data\\xml\\xml\\ref_doc_jp_utf.xml");
    40 
    40 
    41 _LIT(KZipTestFile, "c:\\system\\data\\xml\\xml.zip");
    41 _LIT(KZipTestFile, "z:\\system\\data\\xml\\xml.zip");
    42 _LIT(KXmlTestDir, "c:\\system\\data\\xml");
    42 _LIT(KXmlTestDir, "c:\\system\\data\\xml");
    43 
    43 
    44 _LIT8(KIncompleteData, "<DIDL-Lite xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:upnp=\"urn:schemas-upnp-org:metadata-1-0/upnp/\" xmlns=\"urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/\"><container id=\"1\" parentID=\"0\" child ");
    44 _LIT8(KIncompleteData, "<DIDL-Lite xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:upnp=\"urn:schemas-upnp-org:metadata-1-0/upnp/\" xmlns=\"urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/\"><container id=\"1\" parentID=\"0\" child ");
    45 
    45 
    46 _LIT8(KParserDataType, "text/xml");
    46 _LIT8(KParserDataType, "text/xml");