rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSrtpAuthentication_RCC.cpp
branchRCL_3
changeset 2 1e1cc61f56c3
parent 0 307788aac0a8
child 19 b5e99d8877c7
--- a/rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSrtpAuthentication_RCC.cpp	Fri Feb 19 23:10:33 2010 +0200
+++ b/rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSrtpAuthentication_RCC.cpp	Fri Mar 12 15:44:11 2010 +0200
@@ -591,6 +591,12 @@
  	CleanupStack::PopAndDestroy(result); 	
  	}
 
+void UT_CSrtpAuthentication_RCC::UT_AuthenticateL_Test_KeyChangedL()
+{
+    UT_AuthenticateL_RFC2202_Test2_80L();
+    UT_AuthenticateL_RFC2202_Test3_80L();
+}
+
 void UT_CSrtpAuthentication_RCC::Hex(HBufC8& aString)
 {
     TPtr8 ptr=aString.Des();
@@ -722,7 +728,13 @@
     "AuthenticateL with Real Packet",
     "FUNCTIONALITY",
     SetupL, UT_AuthenticateL_Test8_32L, Teardown)
-    
+  
+EUNIT_TEST(
+    "AuthenticateL - KeyChanged",
+    "CSrtpAuthentication_RCC",
+    "AuthenticateL",
+    "FUNCTIONALITY",
+    SetupL, UT_AuthenticateL_Test_KeyChangedL, Teardown)
 
 EUNIT_END_TEST_TABLE