Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4739
Modified Files:
05-CEL.pl
Log Message:
Minor updates on <cel-include/> test.
Index: 05-CEL.pl
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/05-CEL.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** 05-CEL.pl 11 Mar 2007 18:46:06 -0000 1.5
--- 05-CEL.pl 12 Mar 2007 21:48:38 -0000 1.6
***************
*** 631,635 ****
$I->add($f);
! ok($I->Evaluate() eq "test", "include(cel-str.xml) returns test");
}
--- 631,635 ----
$I->add($f);
! ok($I->Evaluate() eq " test", "include(cel-str.xml) returns test");
}
|