--- a/kerneltest/e32test/mmu/t_chunk.cpp Mon Oct 18 15:31:10 2010 +0100
+++ b/kerneltest/e32test/mmu/t_chunk.cpp Wed Oct 20 13:58:28 2010 +0100
@@ -1382,6 +1382,7 @@
// Test RChunk class
//
{
+ COMPLETE_POST_BOOT_SYSTEM_TASKS();
test.Title();
if (!HaveVirtMem())
{
@@ -1390,12 +1391,6 @@
}
testInitialise();
- // Turn off lazy dll unloading so the kernel heap checking isn't affected.
- RLoader l;
- test(l.Connect()==KErrNone);
- test(l.CancelLazyDllUnload()==KErrNone);
- l.Close();
-
_LIT(KExtended,"extended");
if (IsInCommandLine(KExtended))