--| 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 ca-065-001 test_description Test rule CA065 - Local variable naming convention violated copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e analyze_code rule "CA065 (enforce_prefix=True)" analyze_code_result violation "TEST CA065:22 CA065:23 CA065:24 CA065:25" analyze_code rule "CA065 (enforce_prefix=False)" analyze_code_result violation "TEST CA065:22 CA065:23 CA065:24" test_end