kerneltest/e32test/mmu/t_shadow.cpp
changeset 244 a77889bee936
parent 122 70ba09fd07a5
child 245 647ab20fee2e
equal deleted inserted replaced
243:c7a0ce20c48c 244:a77889bee936
   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();
   467 
   472 
   468 	test.Start(_L("Testing ROM shadowing"));
   473 	test.Start(_L("Testing ROM shadowing"));
   469 	Initialise();
   474 	Initialise();
   470 
   475 
   471 	TestRomIsSectionMapped(); 
   476 	TestRomIsSectionMapped();