--| 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 vtbt-granddad-weasel test_description An inherited constant integer attribute used as the number of bits in a BIT type is changed to a function with no arguments and the modified class is not an immediate ancestor of the class with the BIT type copy_sub Ace $TEST Ace define FEATURE "Length: INTEGER is 13" copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok define FEATURE "Length: INTEGER is do end" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Length: INTEGER is 13" copy_sub test2.e $CLUSTER test2.e resume_compile compile_result ok define FEATURE "Length: INTEGER" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Length: INTEGER is 13" copy_sub test2.e $CLUSTER test2.e resume_compile compile_result ok define FEATURE "Length: STRING is "13"" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Length: INTEGER is 13" copy_sub test2.e $CLUSTER test2.e resume_compile compile_result ok define FEATURE "Length: STRING" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result validity_error TEST VTBT define FEATURE "Length: INTEGER is 13" copy_sub test2.e $CLUSTER test2.e resume_compile compile_result ok test_end