[Compbench-devel] CompBenchmarks++/CBM-PI/t 06-CBM-LibUI.pl, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-23 15:34:18
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26270 Modified Files: 06-CBM-LibUI.pl Log Message: Few minor changes (get obsoleted BTW). Index: 06-CBM-LibUI.pl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/06-CBM-LibUI.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 06-CBM-LibUI.pl 15 Feb 2007 19:12:33 -0000 1.2 --- 06-CBM-LibUI.pl 23 May 2007 15:34:15 -0000 1.3 *************** *** 67,71 **** foreach(@XPROGRAMS) { ok(defined($progs{$_})); ! ok(-x $progs{$_}); $used{$progs{$_}}++; } --- 67,71 ---- foreach(@XPROGRAMS) { ok(defined($progs{$_})); ! ok(-x $progs{$_}, "$_ available"); $used{$progs{$_}}++; } *************** *** 78,83 **** } ! sub test_libui_plan { ! my $plan = $libui->Plan(); $plan->reset(); --- 78,83 ---- } ! sub test_libui_plan_batch { ! my $plan = $libui->PlanBatch("test"); $plan->reset(); *************** *** 103,105 **** test_libui(); test_libui_programs(); ! test_libui_plan(); --- 103,105 ---- test_libui(); test_libui_programs(); ! test_libui_plan_batch(); |