[Bioperl-guts-l] bioperl commit
Hilmar Lapp
lapp at pub.open-bio.org
Sun May 23 19:06:50 EDT 2004
lapp
Sun May 23 19:06:50 EDT 2004
Update of /home/repository/bioperl/bioperl-live/t
In directory pub.open-bio.org:/tmp/cvs-serv24555/t
Modified Files:
Index.t
Log Message:
Fixed the text count.
bioperl-live/t Index.t,1.31,1.32
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/t/Index.t,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- /home/repository/bioperl/bioperl-live/t/Index.t 2004/05/17 02:29:42 1.31
+++ /home/repository/bioperl/bioperl-live/t/Index.t 2004/05/23 23:06:50 1.32
@@ -6,7 +6,7 @@
BEGIN {
eval { require Test; };
use vars qw($NUMTESTS);
- $NUMTESTS = 35;
+ $NUMTESTS = 41;
if ( $@ ) {
use lib 't';
}
More information about the Bioperl-guts-l
mailing list