kerneltest/e32test/mmu/t_shadow.cpp
branchRCL_3
changeset 294 039a3e647356
parent 257 3e88ff8f41d5
equal deleted inserted replaced
268:345b1ca54e88 294:039a3e647356
   462 		return KErrNone;
   462 		return KErrNone;
   463 		}
   463 		}
   464 #ifdef __WINS__
   464 #ifdef __WINS__
   465 	test.Printf(_L("Test not valid in WINS\n"));
   465 	test.Printf(_L("Test not valid in WINS\n"));
   466 #else
   466 #else
   467 	// Turn off lazy dll unloading
       
   468 	RLoader l;
       
   469 	test_KErrNone(l.Connect());
       
   470 	test_KErrNone(l.CancelLazyDllUnload());
       
   471 	l.Close();
       
   472 
   467 
   473 	test.Start(_L("Testing ROM shadowing"));
   468 	test.Start(_L("Testing ROM shadowing"));
   474 	Initialise();
   469 	Initialise();
   475 
   470 
   476 	TestRomIsSectionMapped(); 
   471 	TestRomIsSectionMapped();