--| 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 lace-vd16-basic
test_description Violate validity constraint VD16 with an identifier in the Option clause in the Ace which is not the name of a class in the corresponding cluster
if DOTNET define DOTNET_OPTION "ise_runtime.e"
if DOTNET define EXCLUDE_SYSTEM_STRING "system_string.e"
if not DOTNET define DOTNET_OPTION ""
if not DOTNET define EXCLUDE_SYSTEM_STRING ""
define CLUSTER_OPTION ""
copy_sub Ace $TEST Ace
copy_raw test.e $CLUSTER test.e
compile_melted
compile_result validity_warning NONE VD80
define CLUSTER_OPTION ""
copy_sub Ace $TEST Ace
compile_melted
compile_result validity_warning NONE VD80
define CLUSTER_OPTION ""
copy_sub Ace $TEST Ace
compile_melted
compile_result validity_error NONE VD00
define CLUSTER_OPTION ""
copy_sub Ace $TEST Ace
resume_compile
compile_result validity_warning NONE VD80 VD80
define CLUSTER_OPTION ""
copy_sub Ace $TEST Ace
compile_melted
compile_result validity_warning NONE VD80
define CLUSTER_OPTION ""
copy_sub Ace $TEST Ace
compile_melted
compile_result ok
test_end