[Compbench-devel] CompBenchmarks++/CBM-PI/t 04-Config.pl,1.4,1.5
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-06-06 18:05:14
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25238 Modified Files: 04-Config.pl Log Message: Match changes on CBM::Config (<defaults/> node, removed plan). Index: 04-Config.pl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/04-Config.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 04-Config.pl 25 Jan 2007 17:06:20 -0000 1.4 --- 04-Config.pl 6 Jun 2007 18:05:09 -0000 1.5 *************** *** 32,37 **** <benchmark id="gzip-1c" status="0"/> </benchmarks> ! <paths/> ! <plan/> </libcompbenchmarks> EOF --- 32,38 ---- <benchmark id="gzip-1c" status="0"/> </benchmarks> ! <defaults> ! <paths/> ! </defaults> </libcompbenchmarks> EOF *************** *** 48,53 **** <benchmark id="gzip-1c" status="1"/> </benchmarks> ! <paths/> ! <plan/> </libcompbenchmarks> EOF --- 49,55 ---- <benchmark id="gzip-1c" status="1"/> </benchmarks> ! <defaults> ! <paths/> ! </defaults> </libcompbenchmarks> EOF *************** *** 79,84 **** </benchmark> </benchmarks> ! <paths/> ! <plan/> </libcompbenchmarks> EOF --- 81,87 ---- </benchmark> </benchmarks> ! <defaults> ! <paths/> ! </defaults> </libcompbenchmarks> EOF |