diff -r 96e5fb8b040d -r 36bfc973b146 kerneltest/e32test/iic/t_iic.cpp --- a/kerneltest/e32test/iic/t_iic.cpp Thu Dec 17 09:24:54 2009 +0200 +++ b/kerneltest/e32test/iic/t_iic.cpp Thu Jan 07 13:38:45 2010 +0200 @@ -1458,6 +1458,12 @@ 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;