diff -r b5e99d8877c7 -r 0dcb073356a5 rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSRTPSession.cpp --- a/rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSRTPSession.cpp Tue Aug 31 15:32:57 2010 +0300 +++ b/rtp/srtpstack/tsrc/ut_srtpstack/src/UT_CSRTPSession.cpp Wed Sep 01 12:27:36 2010 +0100 @@ -151,14 +151,14 @@ iContext=NULL; } -void UT_CSRTPSession::UT_CSRTPSession_NewL_OneL( ) +void UT_CSRTPSession::UT_CSRTPSession_NewL_1L( ) { CSRTPSession* srtpSession = CSRTPSession::NewL( iDestination); EUNIT_ASSERT(srtpSession); delete srtpSession; } -void UT_CSRTPSession::UT_CSRTPSession_NewL_TwoL( ) +void UT_CSRTPSession::UT_CSRTPSession_NewL_2L( ) { CSRTPSession* srtpSession = CSRTPSession::NewL(iDestination, @@ -630,14 +630,14 @@ "CSRTPSession", "NewL", "FUNCTIONALITY", - SetupL, UT_CSRTPSession_NewL_OneL, Teardown) + SetupL, UT_CSRTPSession_NewL_1L, Teardown) EUNIT_TEST( "NewL - test ", "CSRTPSession", "NewL", "FUNCTIONALITY", - SetupL, UT_CSRTPSession_NewL_TwoL, Teardown) + SetupL, UT_CSRTPSession_NewL_2L, Teardown) EUNIT_TEST( "ConstructL ", "CSRTPSession",