xml/xmllibxml2parser/test/tef/xmlparser2/src/texmlparser2step.cpp
changeset 24 74f0b3eb154c
parent 0 e35f40988205
child 33 604ca70b6235
--- a/xml/xmllibxml2parser/test/tef/xmlparser2/src/texmlparser2step.cpp	Mon May 03 14:14:40 2010 +0300
+++ b/xml/xmllibxml2parser/test/tef/xmlparser2/src/texmlparser2step.cpp	Wed Jun 23 20:27:15 2010 +0530
@@ -29,9 +29,9 @@
 /**
  * Class CXmlParser2Step implementation
  */
-_LIT(KSimpleXmlFile, "z:\\testdata\\xmlexample.xml");
+_LIT(KSimpleXmlFile, "c:\\testdata\\xmlexample.xml");
 #ifdef _DEBUG
-_LIT(KCorruptXm1File, "z:\\testdata\\corruptxml1.xml");
+_LIT(KCorruptXm1File, "c:\\testdata\\corruptxml1.xml");
 #endif
 
 /**