kerneltest/e32test/mmu/t_shadow.cpp
changeset 293 0659d0e1a03c
parent 291 206a6eaaeb71
--- a/kerneltest/e32test/mmu/t_shadow.cpp	Mon Oct 18 15:31:10 2010 +0100
+++ b/kerneltest/e32test/mmu/t_shadow.cpp	Wed Oct 20 13:58:28 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of the License "Eclipse Public License v1.0"
@@ -484,6 +484,7 @@
 // Test ROM shadowing
 //
     {
+	COMPLETE_POST_BOOT_SYSTEM_TASKS();
 	test.Title();
 	
 	if (!HaveMMU())
@@ -494,11 +495,6 @@
 #ifdef __WINS__
 	test.Printf(_L("Test not valid in WINS\n"));
 #else
-	// Turn off lazy dll unloading
-	RLoader l;
-	test_KErrNone(l.Connect());
-	test_KErrNone(l.CancelLazyDllUnload());
-	l.Close();
 
 	test.Start(_L("Testing ROM shadowing"));
 	Initialise();