xml/xmllibxml2parser/test/tef/xmlparser2/src/texmlparser2step.cpp
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
equal deleted inserted replaced
32:889504eac4fb 33:604ca70b6235
    27 
    27 
    28 using namespace Xml;
    28 using namespace Xml;
    29 /**
    29 /**
    30  * Class CXmlParser2Step implementation
    30  * Class CXmlParser2Step implementation
    31  */
    31  */
    32 _LIT(KSimpleXmlFile, "c:\\testdata\\xmlexample.xml");
    32 _LIT(KSimpleXmlFile, "z:\\testdata\\xmlexample.xml");
    33 #ifdef _DEBUG
    33 #ifdef _DEBUG
    34 _LIT(KCorruptXm1File, "c:\\testdata\\corruptxml1.xml");
    34 _LIT(KCorruptXm1File, "z:\\testdata\\corruptxml1.xml");
    35 #endif
    35 #endif
    36 
    36 
    37 /**
    37 /**
    38  * Constructor. Sets the test step name so that it can be 
    38  * Constructor. Sets the test step name so that it can be 
    39  * differentiated from within doTestStepL()
    39  * differentiated from within doTestStepL()