| 34 |
34 |
| 35 #ifdef __cplusplus |
35 #ifdef __cplusplus |
| 36 extern "C" { |
36 extern "C" { |
| 37 #endif |
37 #endif |
| 38 |
38 |
| 39 UCX_TEST(test_wsxml_iterator); |
39 CX_TEST(test_wsxml_iterator); |
| 40 UCX_TEST(test_wsxml_get_required_namespaces); |
40 CX_TEST(test_wsxml_get_required_namespaces); |
| 41 UCX_TEST(test_wsxml_write_nodes); |
41 CX_TEST(test_wsxml_write_nodes); |
| 42 UCX_TEST(test_wsxml_nslist2string); |
42 CX_TEST(test_wsxml_nslist2string); |
| 43 UCX_TEST(test_wsxml_string2nslist); |
43 CX_TEST(test_wsxml_string2nslist); |
| 44 |
44 |
| 45 |
45 |
| 46 #define XML_TESTDATA1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \ |
46 #define XML_TESTDATA1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \ |
| 47 <test> \ |
47 <test> \ |
| 48 <elm1>teststr</elm1> \ |
48 <elm1>teststr</elm1> \ |