mmsharing/mmshavailability/tsrc/ut_availability/src/UT_CMusAvaCapabilitySipAgent.cpp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
   123         }
   123         }
   124     if ( !iProfile->iRegisteredContact )
   124     if ( !iProfile->iRegisteredContact )
   125         {
   125         {
   126         iProfile->iRegisteredContact = KRegisteredContact().AllocL();
   126         iProfile->iRegisteredContact = KRegisteredContact().AllocL();
   127         }
   127         }
       
   128     if ( !iProfile->iRegisteredContact )
       
   129         {
       
   130         iProfile->iRegisteredContact = KRegisteredContact().AllocL();
       
   131         }
   128 
   132 
   129     CSipSseTestTls::OpenL();
   133     CSipSseTestTls::OpenL();
   130     iStorage = CSipSseTestTls::Storage();
   134     iStorage = CSipSseTestTls::Storage();
   131     iStorage->Set( MusSettingsKeys::KFastStartupMode, 
       
   132         MusSettingsKeys::EFastModeOff );
       
   133     
   135     
   134     iProfileId = MultimediaSharingSettings::SipProfileSettingL();
   136     iProfileId = MultimediaSharingSettings::SipProfileSettingL();
   135     } 
   137     } 
   136 
   138 
   137 void UT_CMusAvaCapabilitySipAgent::Teardown(  )
   139 void UT_CMusAvaCapabilitySipAgent::Teardown(  )