test_name change-expanded-class-name test_description After initial compilation, the name of an expanded class is changed with a corresponding change in its client. System execution then shows the wrong type for the attribute when it is printed. copy_sub Ace $TEST Ace define CLASS_NAME "WEASEL" copy_sub test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_warning WEASEL VD80 execute_work NONE exec_output1 execute_result ok compare exec_output1 output1 define CLASS_NAME "STOAT" copy_sub test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_warning STOAT VD80 execute_work NONE exec_output2 execute_result ok compare exec_output2 output2 test_end