--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name validity-vsrp2-many-arguments test_description Violate validity constraint VSRP2 with two or more arguments of valid or invalid types copy_sub Ace $TEST Ace define ARGUMENTS "arg1, arg2: STRING" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1, arg2: ARRAY [STRING]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1: ARRAY [STRING]; arg2: STRING" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1, arg2: INTEGER" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10: REAL" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10: ARRAY [STRING]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10: ARRAY [INTEGER]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1, arg2, arg3: LINKED_LIST [INTEGER]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) define ARGUMENTS "arg1, arg2, arg3: LINKED_LIST [STRING]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VSRP(2) test_end