--| Copyright (c) 1993-2021 University of Southern California, Eiffel Software 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 validity-vhrc1-basic test_description Violate validity constraint VHRC1 with a class which tries to rename a feature which is not the final name of a feature in the parent class copy_sub Ace $TEST Ace copy_raw test1.e $CLUSTER test1.e define RENAME "rename my_featur as mine end" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VHRC(1) define RENAME "rename p0 as p0 alias "#weasel" end" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VHRC(1) define RENAME "rename p0 as p0 alias "#weasel" end" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VHRC(1) define RENAME "rename make as make1 end" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VHRC(1) test_end