--- a/kerneltest/f32test/demandpaging/loader/t_pageldrtst.cpp Mon Oct 18 15:31:10 2010 +0100
+++ b/kerneltest/f32test/demandpaging/loader/t_pageldrtst.cpp Wed Oct 20 13:58:28 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2006-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"
@@ -4923,6 +4923,7 @@
TInt E32Main()
{
+ COMPLETE_POST_BOOT_SYSTEM_TASKS();
#ifndef TEST_ON_UNPAGED
TRomHeader* romHeader = (TRomHeader*)UserSvr::RomHeaderAddress();
if(!romHeader->iPageableRomStart)
@@ -4930,14 +4931,6 @@
TestIsDemandPaged = EFalse;
}
#endif
- // Turn off lazy dll unloading
- RLoader l;
- if (l.Connect() == KErrNone)
- {
- l.CancelLazyDllUnload();
- l.Close();
- }
-
HAL::Get(HAL::ESystemTickPeriod, TickPeriod);
SVMCacheInfo tempPages;