--| 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 validity-vrfa-basic test_description Violate validity constraint VRFA with a feature which has an argument with the same name as a feature copy_sub Ace $TEST Ace define ARGUMENTS "weasel: INTEGER" define FEATURE "weasel is do end" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VRFA define ARGUMENTS "n: INTEGER" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok define ARGUMENTS "weasel: INTEGER" define FEATURE "weasel is do end" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VRFA define ARGUMENTS "weasel: INTEGER" define FEATURE "n is do end" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok define ARGUMENTS "weasel: INTEGER" define FEATURE "weasel is do end" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VRFA define ARGUMENTS "weasel: INTEGER" define FEATURE "" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end