equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include "tpkcs7stepbase.h" |
19 #include "tpkcs7stepbase.h" |
20 #include <testexecutelog.h> |
20 #include <test/testexecutelog.h> |
21 |
21 |
22 CTPKCS7StepBase::~CTPKCS7StepBase() |
22 CTPKCS7StepBase::~CTPKCS7StepBase() |
23 { |
23 { |
24 delete iRawData; |
24 delete iRawData; |
25 iFs.Close (); |
25 iFs.Close (); |
117 INFO_PRINTF1(_L("No 'EncodedParams' available")); |
117 INFO_PRINTF1(_L("No 'EncodedParams' available")); |
118 } |
118 } |
119 |
119 |
120 return TestStepResult(); |
120 return TestStepResult(); |
121 } |
121 } |
|
122 |