[BioRuby-cvs] bioruby/test/unit/bio/appl/blast test_xmlparser.rb, 1.5, 1.6
Mitsuteru C. Nakao
nakao at dev.open-bio.org
Thu Dec 28 06:25:24 UTC 2006
Update of /home/repository/bioruby/bioruby/test/unit/bio/appl/blast
In directory dev.open-bio.org:/tmp/cvs-serv13864/test/unit/bio/appl/blast
Modified Files:
test_xmlparser.rb
Log Message:
* Fixed a bug to read a data file.
Index: test_xmlparser.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/appl/blast/test_xmlparser.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_xmlparser.rb 24 Dec 2006 17:19:04 -0000 1.5
--- test_xmlparser.rb 28 Dec 2006 06:25:21 -0000 1.6
***************
*** 26,31 ****
def self.output
! # File.open(File.join(TestDataBlast, 'b0002.faa.m7')).read
! File.open(File.join(TestDataBlast, '2.2.15.blastp.m7')).read
end
end
--- 26,31 ----
def self.output
! File.open(File.join(TestDataBlast, 'b0002.faa.m7')).read
! # File.open(File.join(TestDataBlast, '2.2.15.blastp.m7')).read
end
end
More information about the bioruby-cvs
mailing list