--| 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-vlec1-other test_description Violate validity constraint VLEC1 with an expanded client cycle involving another class copy_sub Ace $TEST Ace define TEST_HEADER "expanded" define TEST_FEATURE "x: TEST1" define TEST1_HEADER "expanded" define TEST1_FEATURE "x: TEST" copy_sub test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST1 VLEC define TEST1_HEADER "" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok define TEST_HEADER "expanded" define TEST_FEATURE "x: expanded TEST1" define TEST1_HEADER "" define TEST1_FEATURE "x: TEST" copy_sub test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST1 VLEC define TEST_HEADER "expanded" define TEST_FEATURE "x: TEST1" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok define TEST_HEADER "" define TEST_FEATURE "x: TEST1" define TEST1_HEADER "expanded" define TEST1_FEATURE "x: expanded TEST" copy_sub test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST1 VLEC define TEST1_HEADER "" define TEST1_FEATURE "x: expanded TEST" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok define TEST_HEADER "" define TEST_FEATURE "x: expanded TEST1" define TEST1_HEADER "" define TEST1_FEATURE "x: expanded TEST" copy_sub test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST1 VLEC define TEST1_FEATURE "x: TEST" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok test_end