rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSrtpAuthentication_RCC.cpp
branchRCL_3
changeset 9 1e1cc61f56c3
parent 0 307788aac0a8
child 43 b5e99d8877c7
equal deleted inserted replaced
4:dd3853b8dc3f 9:1e1cc61f56c3
   589 	buf2.Zero();
   589 	buf2.Zero();
   590 	buf3.Zero();
   590 	buf3.Zero();
   591  	CleanupStack::PopAndDestroy(result); 	
   591  	CleanupStack::PopAndDestroy(result); 	
   592  	}
   592  	}
   593 
   593 
       
   594 void UT_CSrtpAuthentication_RCC::UT_AuthenticateL_Test_KeyChangedL()
       
   595 {
       
   596     UT_AuthenticateL_RFC2202_Test2_80L();
       
   597     UT_AuthenticateL_RFC2202_Test3_80L();
       
   598 }
       
   599 
   594 void UT_CSrtpAuthentication_RCC::Hex(HBufC8& aString)
   600 void UT_CSrtpAuthentication_RCC::Hex(HBufC8& aString)
   595 {
   601 {
   596     TPtr8 ptr=aString.Des();
   602     TPtr8 ptr=aString.Des();
   597     if (aString.Length()%2)
   603     if (aString.Length()%2)
   598         {
   604         {
   720     "AuthenticateL - RealPacket",
   726     "AuthenticateL - RealPacket",
   721     "CSrtpAuthentication_RCC",
   727     "CSrtpAuthentication_RCC",
   722     "AuthenticateL with Real Packet",
   728     "AuthenticateL with Real Packet",
   723     "FUNCTIONALITY",
   729     "FUNCTIONALITY",
   724     SetupL, UT_AuthenticateL_Test8_32L, Teardown)
   730     SetupL, UT_AuthenticateL_Test8_32L, Teardown)
   725     
   731   
       
   732 EUNIT_TEST(
       
   733     "AuthenticateL - KeyChanged",
       
   734     "CSrtpAuthentication_RCC",
       
   735     "AuthenticateL",
       
   736     "FUNCTIONALITY",
       
   737     SetupL, UT_AuthenticateL_Test_KeyChangedL, Teardown)
   726 
   738 
   727 EUNIT_END_TEST_TABLE
   739 EUNIT_END_TEST_TABLE
   728 
   740 
   729 //  END OF FILE
   741 //  END OF FILE