18 #include <xml/parserfeature.h> |
18 #include <xml/parserfeature.h> |
19 #include <xml/xmlframeworkerrors.h> |
19 #include <xml/xmlframeworkerrors.h> |
20 |
20 |
21 #include "stabilitytestclass.h" |
21 #include "stabilitytestclass.h" |
22 #include "testdocuments.h" |
22 #include "testdocuments.h" |
23 _LIT (KTestDocument0, "z:\\system\\XmlTest\\SyncML\\1.1\\add-to-client\\FromServer0.wbxml"); |
23 _LIT (KTestDocument0, "c:\\system\\XmlTest\\SyncML\\1.1\\add-to-client\\FromServer0.wbxml"); |
24 _LIT (KTestDocument1, "z:\\system\\XmlTest\\SyncML\\1.1\\add-to-client\\FromServer1.wbxml"); |
24 _LIT (KTestDocument1, "c:\\system\\XmlTest\\SyncML\\1.1\\add-to-client\\FromServer1.wbxml"); |
25 _LIT (KTestDocument2, "z:\\system\\XmlTest\\SyncML\\1.1\\add-to-server\\FromServer1.wbxml"); |
25 _LIT (KTestDocument2, "c:\\system\\XmlTest\\SyncML\\1.1\\add-to-server\\FromServer1.wbxml"); |
26 _LIT (KTestDocument3, "z:\\system\\XmlTest\\SyncML\\1.1\\Atomic\\FromServer1.wbxml"); |
26 _LIT (KTestDocument3, "c:\\system\\XmlTest\\SyncML\\1.1\\Atomic\\FromServer1.wbxml"); |
27 _LIT (KTestDocument4, "z:\\system\\XmlTest\\Wml\\1.1\\AllElements.wmlc"); |
27 _LIT (KTestDocument4, "c:\\system\\XmlTest\\Wml\\1.1\\AllElements.wmlc"); |
28 _LIT (KTestDocument5, "z:\\system\\XmlTest\\Wml\\1.1\\CharEntities.wmlc"); |
28 _LIT (KTestDocument5, "c:\\system\\XmlTest\\Wml\\1.1\\CharEntities.wmlc"); |
29 _LIT (KTestDocument6, "z:\\system\\XmlTest\\Wml\\1.1\\data.wmlc"); |
29 _LIT (KTestDocument6, "c:\\system\\XmlTest\\Wml\\1.1\\data.wmlc"); |
30 _LIT (KTestDocument7, "z:\\system\\XmlTest\\Wml\\1.1\\http___www.bbc.co.uk_mobile_sportheads1.wmlc"); |
30 _LIT (KTestDocument7, "c:\\system\\XmlTest\\Wml\\1.1\\http___www.bbc.co.uk_mobile_sportheads1.wmlc"); |
31 _LIT (KTestDocument8, "z:\\system\\XmlTest\\Wml\\1.1\\mob.wmlc"); |
31 _LIT (KTestDocument8, "c:\\system\\XmlTest\\Wml\\1.1\\mob.wmlc"); |
32 _LIT (KTestDocument9, "z:\\system\\XmlTest\\Wml\\1.1\\Variables.wmlc"); |
32 _LIT (KTestDocument9, "c:\\system\\XmlTest\\Wml\\1.1\\Variables.wmlc"); |
33 _LIT (KTestDocument10,"z:\\system\\XmlTest\\Wml\\1.1\\wireless_char.wmlc"); |
33 _LIT (KTestDocument10,"c:\\system\\XmlTest\\Wml\\1.1\\wireless_char.wmlc"); |
34 _LIT (KTestDocument11,"z:\\system\\XmlTest\\Wml\\Codepage\\wml_data_attr_copepage_255.wmlc"); |
34 _LIT (KTestDocument11,"c:\\system\\XmlTest\\Wml\\Codepage\\wml_data_attr_copepage_255.wmlc"); |
35 |
35 |
36 // Some characters had to have their string representation amended. |
36 // Some characters had to have their string representation amended. |
37 // i.e. dir paths should be seperated by '\\' |
37 // i.e. dir paths should be seperated by '\\' |
38 // carriage return (0D) replaced with \r |
38 // carriage return (0D) replaced with \r |
39 // line feed (0A) replaced with \n |
39 // line feed (0A) replaced with \n |