diff -r 56f325a607ea -r 0173bcd7697c kerneltest/e32test/iic/t_iic.cpp --- a/kerneltest/e32test/iic/t_iic.cpp Wed Dec 23 11:43:31 2009 +0000 +++ 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;