diff -r 721a5e5fe251 -r 581b7c2ef978 cryptomgmtlibs/securitytestfw/test/testhandler2/t_tefinput.cpp --- a/cryptomgmtlibs/securitytestfw/test/testhandler2/t_tefinput.cpp Tue Jan 26 13:18:49 2010 +0200 +++ b/cryptomgmtlibs/securitytestfw/test/testhandler2/t_tefinput.cpp Fri Mar 19 10:03:04 2010 +0200 @@ -527,6 +527,10 @@ { aReturnTag.Copy(_L8("\r\n\t\tKErrBadPassphrase")); } + else if(aErrCode == KErrNotSecure) + { + aReturnTag.Copy(_L8("\r\n\t\tKErrNotSecure")); + } else if(aErrCode == KErrKeyNotWeakEnough) { aReturnTag.Copy(_L8("\r\n\t\tKErrKeyNotWeakEnough"));