Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26684
Modified Files:
00-CBMSystem-public.pl
Log Message:
Expected version : 0.5.0-ALPHA1
Index: 00-CBMSystem-public.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/00-CBMSystem-public.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 00-CBMSystem-public.pl 22 Apr 2007 16:04:52 -0000 1.7
--- 00-CBMSystem-public.pl 23 May 2007 15:35:41 -0000 1.8
***************
*** 164,168 ****
test_getLastCommand();
test_getLastCommandOutput();
! ok($sys->Version() eq "0.5.0");
$sys->done();
--- 164,168 ----
test_getLastCommand();
test_getLastCommandOutput();
! ok($sys->Version() eq "0.5.0-ALPHA1");
$sys->done();
|