Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14554
Modified Files:
00-CBMSystem-public.pl
Log Message:
More tests.
Index: 00-CBMSystem-public.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/00-CBMSystem-public.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 00-CBMSystem-public.pl 25 Jan 2007 15:42:35 -0000 1.4
--- 00-CBMSystem-public.pl 30 Jan 2007 19:58:11 -0000 1.5
***************
*** 5,9 ****
require "libtest.pl";
! use Test::Simple tests => 26;
my $sys;
--- 5,9 ----
require "libtest.pl";
! use Test::Simple tests => 27;
my $sys;
***************
*** 157,160 ****
--- 157,161 ----
test_getLastCommand();
test_getLastCommandOutput();
+ ok($sys->Version() eq "0.5.0");
$sys->done();
|