--| 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-load-preferences test_description Test preference loading from file. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw alldisabled.xml $TEST alldisabled.xml -- Loading the preference doesn't make sense if you are going to override -- them with a forced rules list, but it still works analyze_code loadprefs alldisabled.xml rule "CA080 CA001" analyze_code_result violation "TEST CA080:20" -- The following should also pass the test. analyze_code loadprefs alldisabled.xml analyze_code_result ok test_end