Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
18 RTest TheTest(_L("t_sqloom4"));
20 ///////////////////////////////////////////////////////////////////////////////////////
21 /////////////// Secure database OOM tests /////////////////////////////
22 ///////////////////////////////////////////////////////////////////////////////////////
26 TheTest.Start(_L("SQL OOM tests - 4"));
27 DbOomTestsL(ESecureDb);
34 CTrapCleanup* tc = CTrapCleanup::New();
41 TRAPD(err, DoTestsL());