--| 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 config-quick-melt-override test_description A change in a class from an override cluster is not taken into account during a melt or quick_melt. define_directory OVERRIDE_CLUSTER $TEST override define CHANGE "Hello" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e copy_sub test1.e $OVERRIDE_CLUSTER test1.e compile_melted compile_result ok execute_work NONE exec_output1 execute_result ok compare exec_output1 output1 define CHANGE "Hello World!" copy_sub test1.e $OVERRIDE_CLUSTER test1.e compile_melted compile_result ok execute_work NONE exec_output2 execute_result ok compare exec_output2 output2 define CHANGE "Hello World Again!" copy_sub test1.e $OVERRIDE_CLUSTER test1.e compile_quick_melted compile_result ok execute_work NONE exec_output3 execute_result ok compare exec_output3 output3 test_end