xml/xmllibxml2parser/test/tef/xmlparser2/src/texmlparser2step.cpp
branchGCC_SURGE
changeset 28 7770e7c6cef3
parent 27 450972dee096
child 33 604ca70b6235
--- a/xml/xmllibxml2parser/test/tef/xmlparser2/src/texmlparser2step.cpp	Fri Jun 11 16:29:19 2010 +0100
+++ b/xml/xmllibxml2parser/test/tef/xmlparser2/src/texmlparser2step.cpp	Thu Jul 22 16:49:54 2010 +0100
@@ -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
 
 /**