genericopenlibs/cstdlib/TSTLIB/T_UCRT0P1.CPP
changeset 67 a1e347446159
parent 0 e4d67989cc36
--- a/genericopenlibs/cstdlib/TSTLIB/T_UCRT0P1.CPP	Tue Sep 14 15:26:30 2010 +0530
+++ b/genericopenlibs/cstdlib/TSTLIB/T_UCRT0P1.CPP	Fri Sep 17 19:25:42 2010 +0530
@@ -43,6 +43,10 @@
 	TInt err=me.Create(_L("T_UCRT0P2"),arguments);
 	if (err==KErrNotFound)
 		err=me.Create(_L("z:\\test\\T_UCRT0P2"),arguments);
+    if (err==KErrNotFound)
+        err=me.Create(_L("c:\\test\\T_UCRT0P2"),arguments);
+    if (err==KErrNotFound)
+        err=me.Create(_L("z:\\sys\\bin\\T_UCRT0P2"),arguments);
 	test(err==KErrNone);
 
 	//Checking that the child proces T_UCRT0P2 executes properly with no panic