--| 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 lace-vd19-basic test_description Violate validity constraint VD19 with a Root clause in the Ace which lists an unknown cluster name define ROOT_CLUSTER "weasel" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result validity_error NONE VD19 define ROOT_CLUSTER "13weasels" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD00 define ROOT_CLUSTER "" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD00 define ROOT_CLUSTER "ROOT_cluster" copy_sub Ace $TEST Ace resume_compile compile_result ok define ROOT_CLUSTER "weasel" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result validity_error NONE VD19 define ROOT_CLUSTER "root_cluster" copy_sub Ace $TEST Ace resume_compile compile_result ok test_end