--| 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 multi-constraint-renaming2 test_description After initial compilation VTGC(2) has to occur as `default_create' is renamed twice. The next cycle solves this problem but renamed all `default_create' features of all constraining types to something else. As the creation constraint cites `default_create' a VTGC(3) error should be thrown. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1_rev1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST1 VTGC(2) copy_raw test1_rev2.e $CLUSTER test1.e resume_compile compile_result validity_error TEST1 VTGC(3) test_end