changeset 6 | 0173bcd7697c |
parent 0 | a41df078684a |
child 43 | c1f20ce4abcf |
--- 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;