[Compbench-devel] CompBenchmarks++/CBM-PI/t 00-CBMSystem-public.pl, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 13:18:21
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18301 Modified Files: 00-CBMSystem-public.pl Log Message: Minor changes on reporting some specific failures. Index: 00-CBMSystem-public.pl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/00-CBMSystem-public.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 00-CBMSystem-public.pl 28 Dec 2006 00:39:28 -0000 1.1 --- 00-CBMSystem-public.pl 28 Dec 2006 13:18:17 -0000 1.2 *************** *** 21,28 **** $sys->Chomp($t0); ! ok(CBM::c_str($t0) eq "test"); $sys->Chomp($t1); ! ok(CBM::c_str($t1) eq "test"); } --- 21,28 ---- $sys->Chomp($t0); ! ok(CBM::c_str($t0) eq "test", "'" . CBM::c_str($t0) . "' should return 'test'"); $sys->Chomp($t1); ! ok(CBM::c_str($t1) eq "test", "'" . CBM::c_str($t1) . "' should return 'test'"); } *************** *** 175,179 **** test_getLastCommandOutput(); - print ".... " . $sys->arch() . "\n"; - $sys->done(); --- 175,177 ---- |