test_name filename-classname-mismatch-warning
test_description Issue a warning if filename and classname don't match
define ACE_IGNORE_WARNING
copy_sub Ace $TEST Ace
define CLASS_NAME TEST
copy_sub test.e $CLUSTER test.e
compile_melted
compile_result ok
define CLASS_NAME WRONG_NAME
copy_sub test.e $CLUSTER test.e
compile_melted
compile_result validity_warning WRONG_NAME VD80
define CLASS_NAME TEST
copy_sub test.e $CLUSTER test.e
compile_melted
compile_result ok
cleanup_compile
define ACE_IGNORE_WARNING
copy_sub Ace $TEST Ace
define CLASS_NAME WRONG_NAME
copy_sub test.e $CLUSTER test.e
compile_melted
compile_result ok
test_end