messagingfw/msgtest/integration/sms/src/T_SmsSc.cpp
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
equal deleted inserted replaced
55:6f4453afd006 58:6c34d0baa0b1
    32 void CSmsScTest::TestReadSimParamsL()
    32 void CSmsScTest::TestReadSimParamsL()
    33 	{
    33 	{
    34 	iSmsTest.Test().Next(_L("Read Service Centres from Sim Params"));
    34 	iSmsTest.Test().Next(_L("Read Service Centres from Sim Params"));
    35 	iState = EStateReadingSimParams;
    35 	iState = EStateReadingSimParams;
    36 	delete iOperation;
    36 	delete iOperation;
       
    37 	iOperation = NULL;
    37 	iOperation = Client().ReadSimParamsL(iStatus);
    38 	iOperation = Client().ReadSimParamsL(iStatus);
    38 	SetActive();
    39 	SetActive();
    39 	CActiveScheduler::Start();
    40 	CActiveScheduler::Start();
    40 	}
    41 	}
    41 #endif
    42 #endif