--| 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-vffd5-basic test_description Violate validity constraint VFFD5 with a class which has a prefix feature with invalid signature copy_sub Ace $TEST Ace define FEATURE "p alias "@": INTEGER" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define FEATURE "p alias "@": INTEGER is 13" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define FEATURE "p alias "@": INTEGER is once end" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok define FEATURE "p alias "@": INTEGER is unique" copy_sub test.e $CLUSTER test.e compile_melted compile_result ok test_end