--| 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-vlel3-mult-same test_description Violate validity constraint VLEL3 with a feature name which appears more than once in the same feature list copy_sub Ace $TEST Ace copy_raw test1.e $CLUSTER test1.e define EXPORT "{ANY} f1, f, f1" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} f2, f, f2" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} f5, f, f5" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} f4, f, f4" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} f, weasel, weasel" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VLEL(3) define EXPORT "{ANY} f3, f6" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end