Update contrib.
2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
3 // All rights reserved.
4 // This component and the accompanying materials are made available
5 // under the terms of the License "Eclipse Public License v1.0"
6 // which accompanies this distribution, and is available
7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
20 START_TESTCASE SEC-CAF-OOM-0001
22 //! @SYMTestCaseID SEC-CAF-OOM-0001
23 //! @SYMTestCaseDesc Check the OOM case for reading from a CAF file
26 //! @SYMTestStatus Implemented
27 //! @SYMTestPriority Critical
28 //! @SYMTestActions Check that no memory leaks occur
29 //! @SYMTestExpectedResults No memory leaks occur
31 RUN_TEST_STEP 200 tcaf CAFOomStep c:\tcaf\oom.ini OomRead
32 END_TESTCASE SEC-CAF-OOM-0001
34 START_TESTCASE SEC-CAF-OOM-0002
36 //! @SYMTestCaseID SEC-CAF-OOM-0002
37 //! @SYMTestCaseDesc Check the OOM case for supplying a file to CAF
40 //! @SYMTestStatus Implemented
41 //! @SYMTestPriority Critical
42 //! @SYMTestActions Check that no memory leaks occur
43 //! @SYMTestExpectedResults No memory leaks occur
45 RUN_UTILS Delete c:\supplied.drm
46 RUN_TEST_STEP 200 tcaf CAFOomStep c:\tcaf\oom.ini OomSupply
47 END_TESTCASE SEC-CAF-OOM-0002