--| 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-inspect-const-value test_description Compiling a valid class with a multi-branch which has unique inspect constants and then changing the value of one of the choices (which is a constant attribute) from 0 to a positive value copy_sub Ace $TEST Ace define VALUE "0" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define VALUE "3" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VOMB(5) test_end