diff -r cd501b96611d -r ece3df019add cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp --- a/cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp Fri Nov 06 13:21:00 2009 +0200 +++ b/cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_utils.cpp Tue Nov 24 09:06:03 2009 +0200 @@ -837,6 +837,10 @@ PrintInfoL(_L("\tMarked as trusted: ")); PrintInfoL( aTrusted ? _L("Yes"): _L("No")); PrintInfoL(newline, aPageWise); + PrintInfoL(_L("\tMarked as Deletable : ")); + PrintInfoL( aCertInfo.IsDeletable() ? _L("Yes"): _L("No")); + + PrintInfoL(newline, aPageWise); } void KeyToolUtils::SetConsole(CConsoleBase *aConsole )