xml/xmllibxml2parser/test/tef/xmlparser2/scripts/xmlparser2tefsuite.script
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 // Copyright (c) 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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 PRINT Loading suite texmlparser2
       
    17 LOAD_SUITE texmlparser2
       
    18 DELAY 500
       
    19 
       
    20 //
       
    21 //! @SYMTestCaseID	BASESRVCS-XML-CT-4928
       
    22 //! @SYMTestCaseDesc	Tests the APIs under different memory conditions
       
    23 //! @SYMPREQ		PREQ2051
       
    24 //! @SYMTestPriority	High
       
    25 //! @SYMTestActions	The following APIs are testing under various
       
    26 //!			memory conditions:
       
    27 //!			SetProcessorChainL, DisableFeature, EnableFeature
       
    28 //! @SYMTestExpectedResults	EPass
       
    29 //
       
    30 
       
    31 START_TESTCASE BASESRVCS-XML-CT-4928
       
    32 	RUN_TEST_STEP 100 texmlparser2 XmlParser2SetContentSink
       
    33 	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests
       
    34 	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests2
       
    35 	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests3
       
    36 	RUN_TEST_STEP 100 texmlparser2 XmlParser2OOMTests4
       
    37 END_TESTCASE BASESRVCS-XML-CT-4928