secureswitools/swisistools/test/tdumpsis/package/oprtest.pkg
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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 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".
       
     8 ;
       
     9 ; Initial Contributors:
       
    10 ; Nokia Corporation - initial contribution.
       
    11 ;
       
    12 ; Contributors:
       
    13 ;
       
    14 ; Description:
       
    15 ;
       
    16 
       
    17 &EN
       
    18 
       
    19 #{"testexpressions_operators"}, (0x811111f8), 1, 2, 3, TYPE=SA
       
    20 %{"Vendor"}
       
    21 :"Unique Vendor Name"
       
    22 
       
    23 !({"Option1"}, {"Option2"}, {"Option3"})
       
    24 
       
    25 IF ((option1)=(1))AND((option2)=(1))
       
    26 
       
    27 "data\OprTest\file0"-"!:\Documents\InstTest\option_1a2.txt", FF
       
    28 ENDIF
       
    29 IF ((option1)=(1))AND(((option2)=(1))AND((option3)=(1)))
       
    30 
       
    31 "data\OprTest\file1"-"!:\Documents\InstTest\option_1a2a3.txt", FF
       
    32 ENDIF
       
    33 IF ((option1)=(1))OR(((option2)=(1))OR((option3)=(1)))
       
    34 
       
    35 "data\OprTest\file2"-"!:\Documents\InstTest\option_1o2o3.txt", FF
       
    36 ENDIF
       
    37 IF ((option1)=(1))AND(NOT((option2)=(1)))
       
    38 
       
    39 "data\OprTest\file3"-"!:\Documents\InstTest\option_1an2.txt", FF
       
    40 ENDIF
       
    41 IF ((option1)<(option2))AND((option3)>=(option2))
       
    42 
       
    43 "data\OprTest\file4"-"!:\Documents\InstTest\option_test1.txt", FF
       
    44 ENDIF
       
    45 IF ((option2)>=(option2))AND((option3)<=(option3))
       
    46 
       
    47 "data\OprTest\file5"-"!:\Documents\InstTest\option_test2.txt", FF
       
    48 ENDIF
       
    49 IF ((option1)=(option2))AND((option3)=(option3))
       
    50 
       
    51 "data\OprTest\file6"-"!:\Documents\InstTest\option_test3.txt", FF
       
    52 ENDIF