--| 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-vd20-basic test_description Violate validity constraint VD20 with a Root clause in the Ace which lists an unknown cluster name define ROOT_CLASS "WEASEL" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result validity_error NONE VD20 define ROOT_CLASS "13weasels" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD00 define ROOT_CLASS "" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD00 define ROOT_CLASS "" copy_sub Ace $TEST Ace resume_compile compile_result validity_error NONE VD00 define ROOT_CLASS "TEST" copy_sub Ace $TEST Ace resume_compile compile_result ok delete $CLUSTER test.e compile_melted compile_result validity_error NONE VD20 copy_raw test.e $CLUSTER test.e resume_compile compile_result ok test_end