kerneltest/e32test/mmu/t_shadow.cpp
branchRCL_3
changeset 42 a179b74831c9
parent 26 c734af59ce98
child 43 c1f20ce4abcf
equal deleted inserted replaced
41:0ffb4e86fcc9 42:a179b74831c9
   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();