--| 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 new-cluster-vscn-sneak test_description A system with two classes is compiled. Both classes are in the same cluster and the Ace file uses "all" to include all classes in the entire directory tree. Then a new sub-directory is created and a class with the same name is added to it. When the system is recompiled, the compiler does not detect the VSCN error. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e compile_melted compile_result ok define_directory SUBDIR $CLUSTER sub copy_raw test1.e $SUBDIR test1.e compile_melted compile_result validity_error NONE VD71 test_end