xml/libxml2libs/test/tef/def130695/scripts/def130695_suite.script
changeset 24 74f0b3eb154c
equal deleted inserted replaced
17:ed3155dbd163 24:74f0b3eb154c
       
     1 //
       
     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 "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".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 PRINT Run all def130695_ Suite Tests
       
    18 
       
    19 LOAD_SUITE def130695_Suite
       
    20 
       
    21 START_TESTCASE BASESRVCS-XML-CT-4925 // Libmxl2 vulnerability test
       
    22 //!@SYMTestCaseID                BASESRVCS-XML-CT-4925
       
    23 //!@SYMTestCaseDesc              Libxml2 -- vulnerabilities from Debian Security Advisory : XmlBufferResize( ) in libxml2_tree.c.
       
    24 //!@SYMTestPriority              Normal
       
    25 //!@SYMTestActions               Pass NULL to XmlBufferResize( )
       
    26 //!@SYMTestExpectedResults       The API should recognize the NULL and report back in case of such vulnerable situations.
       
    27 //!@SYMDEF                       DEF130695
       
    28 RUN_TEST_STEP 100 def130695_Suite def130695_Step1 c:\testdata\configs\def130695_Suite.ini Section0
       
    29 END_TESTCASE BASESRVCS-XML-CT-4925 // Libmxl2 vulnerability test
       
    30 
       
    31 START_TESTCASE BASESRVCS-XML-CT-4926 // Libmxl2 vulnerability test
       
    32 //!@SYMTestCaseID                BASESRVCS-XML-CT-4926
       
    33 //!@SYMTestCaseDesc              Libxml2 -- vulnerabilities from Debian Security Advisory : XmlSax2Characters( ) in libxml2_tree.c.
       
    34 //!@SYMTestPriority              Normal
       
    35 //!@SYMTestActions               Pass NULL to XmlSax2Characters( )
       
    36 //!@SYMTestExpectedResults       The API should recognize the NULL and report back in case of such vulnerable situations.
       
    37 //!@SYMDEF                       DEF130695
       
    38 RUN_TEST_STEP 100 def130695_Suite def130695_Step2 c:\testdata\configs\def130695_Suite.ini Section1
       
    39 END_TESTCASE BASESRVCS-XML-CT-4926 // Libmxl2 vulnerability test
       
    40 
       
    41 PRINT Complate_def130695__Tests