genericopenlibs/cstdlib/TSTLIB/T_UCRT0P1.CPP
changeset 68 ff3fc7722556
parent 0 e4d67989cc36
equal deleted inserted replaced
63:a117ad66e027 68:ff3fc7722556
    41 	//Creating another process to run T_UCRT0P2 passing in 24 arguments (25th will be the
    41 	//Creating another process to run T_UCRT0P2 passing in 24 arguments (25th will be the
    42 	//path and name of the exe). T_UCRT0P2 should only be run via this test and not on it's own.
    42 	//path and name of the exe). T_UCRT0P2 should only be run via this test and not on it's own.
    43 	TInt err=me.Create(_L("T_UCRT0P2"),arguments);
    43 	TInt err=me.Create(_L("T_UCRT0P2"),arguments);
    44 	if (err==KErrNotFound)
    44 	if (err==KErrNotFound)
    45 		err=me.Create(_L("z:\\test\\T_UCRT0P2"),arguments);
    45 		err=me.Create(_L("z:\\test\\T_UCRT0P2"),arguments);
       
    46     if (err==KErrNotFound)
       
    47         err=me.Create(_L("c:\\test\\T_UCRT0P2"),arguments);
       
    48     if (err==KErrNotFound)
       
    49         err=me.Create(_L("z:\\sys\\bin\\T_UCRT0P2"),arguments);
    46 	test(err==KErrNone);
    50 	test(err==KErrNone);
    47 
    51 
    48 	//Checking that the child proces T_UCRT0P2 executes properly with no panic
    52 	//Checking that the child proces T_UCRT0P2 executes properly with no panic
    49 	TRequestStatus status;
    53 	TRequestStatus status;
    50 	me.Logon(status);
    54 	me.Logon(status);