--| 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 string-to-bit1 test_description After initial compilation, an attribute of an expanded class is changed from a constant STRING to BIT 1 and the system is executed again copy_sub Ace $TEST Ace define ATTRIBUTE "b: STRING is "abc"" copy_raw test.e $CLUSTER test.e copy_sub test2.e $CLUSTER test2.e compile_frozen compile_result ok c_compile_work c_compile_result ok execute_work NONE exec_output1 execute_result ok compare exec_output1 output1 define ATTRIBUTE "b: BIT 1" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result validity_warning TEST2 Obsolete execute_work NONE exec_output2 execute_result ok compare exec_output2 output1 test_end