--| 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-vsrt2-vsrp2-ok test_description Violate several validity constraints and then go ok by checking deprecated ARRAY[STRING] as valid argument for root creation procedure. copy_raw test.e $CLUSTER test.e define GENERIC "TYPE_NOT_IN_SYSTEM" copy_sub Ace $TEST Ace compile_melted compile_result validity_error NONE VSRT(2) define GENERIC "INTEGER" copy_sub Ace $TEST Ace resume_compile compile_result validity_error TEST VSRP(2) define GENERIC "ARRAY[STRING]" copy_sub Ace $TEST Ace resume_compile compile_result ok test_end