kerneltest/e32test/iic/t_iic.cpp
changeset 293 0659d0e1a03c
parent 199 189ece41fa29
--- a/kerneltest/e32test/iic/t_iic.cpp	Mon Oct 18 15:31:10 2010 +0100
+++ b/kerneltest/e32test/iic/t_iic.cpp	Wed Oct 20 13:58:28 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-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"
@@ -1637,17 +1637,12 @@
 // Main
 //
     {
+	COMPLETE_POST_BOOT_SYSTEM_TASKS();
 	gTest.Title();
 	gTest.Start(_L("Test IIC API\n"));
 
 	TInt r = KErrNone;
 
-    // Turn off lazy dll unloading
-    RLoader l;
-    gTest(l.Connect()==KErrNone);
-    gTest(l.CancelLazyDllUnload()==KErrNone);
-    l.Close();
-
 #ifdef IIC_SIMULATED_PSL
 	gTest.Next(_L("Start the IIC with controller test\n"));
 	aStandAloneChan = 0;