diff -r 000000000000 -r ba25891c3a9e secureswitools/swisistools/test/tdumpsis/package/condtestelseif.pkg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/secureswitools/swisistools/test/tdumpsis/package/condtestelseif.pkg Thu Dec 17 08:51:10 2009 +0200 @@ -0,0 +1,88 @@ +; +; 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 the License "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: +; + +&EN + +#{"testexpressions_elseif"}, (0x811111fc), 1, 2, 3, TYPE=SA +%{"Vendor"} +:"Unique Vendor Name" + +!({"Option1"}, {"Option2"}, {"Option3"}) + +IF (option3)=(1) +IF (option2)=(1) +IF (option1)=(1) + +"data\CondTestElseif\file0"-"!:\Documents\InstTest\option321.txt", FF +ELSEIF (option1)=(0) + +"data\CondTestElseif\file1"-"!:\Documents\InstTest\option32-.txt", FF +ENDIF +ELSEIF (option2)=(0) +IF (option1)=(1) + +"data\CondTestElseif\file2"-"!:\Documents\InstTest\option3-1.txt", FF +ELSEIF (option1)=(0) + +"data\CondTestElseif\file3"-"!:\Documents\InstTest\option3--.txt", FF +ENDIF +ENDIF +ELSEIF (option3)=(0) +IF (option2)=(1) +IF (option1)=(1) + +"data\CondTestElseif\file4"-"!:\Documents\InstTest\option-21.txt", FF +ELSEIF (option3)=(0) + +"data\CondTestElseif\file5"-"!:\Documents\InstTest\option-2-.txt", FF +ENDIF +ELSEIF (option2)=(0) +IF (option1)=(1) + +"data\CondTestElseif\file6"-"!:\Documents\InstTest\option--1.txt", FF +ELSEIF (option1)=(0) + +"data\CondTestElseif\file7"-"!:\Documents\InstTest\option---.txt", FF +ENDIF +ENDIF +ENDIF +IF (option1)=(7) + +"data\CondTestElseif\file8"-"!:\Documents\InstTest\elseif7.txt", FF +ELSEIF (option1)=(6) + +"data\CondTestElseif\file9"-"!:\Documents\InstTest\elseif6.txt", FF +ELSEIF (option1)=(5) + +"data\CondTestElseif\file10"-"!:\Documents\InstTest\elseif5.txt", FF +ELSEIF (option1)=(4) + +"data\CondTestElseif\file11"-"!:\Documents\InstTest\elseif4.txt", FF +ELSEIF (option1)=(3) + +"data\CondTestElseif\file12"-"!:\Documents\InstTest\elseif3.txt", FF +ELSEIF NOT(0) +IF (option1)=(2) + +"data\CondTestElseif\file13"-"!:\Documents\InstTest\elseif2.txt", FF +ELSEIF (option1)=(1) + +"data\CondTestElseif\file14"-"!:\Documents\InstTest\elseif1.txt", FF +ELSEIF NOT(0) + +"data\CondTestElseif\file15"-"!:\Documents\InstTest\elseif-.txt", FF +ENDIF +ENDIF