xml/xmllibxml2parser/test/tef/xmlparser2/scripts/xmlparser2tefsuite.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 11:41:35 +0300
branchRCL_3
changeset 31 6bcc0aa4be39
parent 0 e35f40988205
permissions -rw-r--r--
Revision: 201014 Kit: 201033

// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

PRINT Loading suite texmlparser2
LOAD_SUITE texmlparser2
DELAY 500

//
//! @SYMTestCaseID	BASESRVCS-XML-CT-4928
//! @SYMTestCaseDesc	Tests the APIs under different memory conditions
//! @SYMPREQ		PREQ2051
//! @SYMTestPriority	High
//! @SYMTestActions	The following APIs are testing under various
//!			memory conditions:
//!			SetProcessorChainL, DisableFeature, EnableFeature
//! @SYMTestExpectedResults	EPass
//

START_TESTCASE BASESRVCS-XML-CT-4928
	RUN_TEST_STEP 100 texmlparser2 XmlParser2SetContentSink
	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests
	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests2
	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests3
	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests4
END_TESTCASE BASESRVCS-XML-CT-4928