--| 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 chg-cluster-name test_description The name of a cluster (the tag) is changed in the Ace file after initial compilation and the system is recompiled define ROOT_CLUSTER_NAME "root_cluster" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result ok define ROOT_CLUSTER_NAME "root_cluste" copy_sub Ace $TEST Ace compile_melted compile_result validity_error NONE VD19 define ROOT_CLUSTER_NAME "root_CLUSTER" copy_sub Ace $TEST Ace resume_compile compile_result ok test_end