kerneltest/e32test/resourceman/t_rescontrolcli.cpp
changeset 109 b3a1d9898418
parent 31 56f325a607ea
child 135 5e441a173c63
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
  4239 
  4239 
  4240 GLDEF_C TInt E32Main()
  4240 GLDEF_C TInt E32Main()
  4241 	{
  4241 	{
  4242 	test.Title();
  4242 	test.Title();
  4243 	test.Start(_L("Testing Resource Manager...\n"));
  4243 	test.Start(_L("Testing Resource Manager...\n"));
       
  4244 	//
       
  4245 	test.Printf(_L("TEST SKIPPED UNTIL FIX FOR DEF145087 IS AVAILABLE TO PREVENT CRASHING\n"));
       
  4246 	test(0);
       
  4247 	//
  4244 	test.Next(_L("Load Physical device"));
  4248 	test.Next(_L("Load Physical device"));
  4245 #ifndef PRM_ENABLE_EXTENDED_VERSION
  4249 #ifndef PRM_ENABLE_EXTENDED_VERSION
  4246 	r = User::LoadPhysicalDevice(KPddFileName);
  4250 	r = User::LoadPhysicalDevice(KPddFileName);
  4247 	test(r==KErrNone || r==KErrAlreadyExists);
  4251 	test(r==KErrNone || r==KErrAlreadyExists);
  4248 	test.Next(_L("Load Logical Device"));
  4252 	test.Next(_L("Load Logical Device"));