[BioRuby-cvs] bioruby/test/unit/bio/appl test_blast.rb,1.2,1.3

Mitsuteru C. Nakao nakao at pub.open-bio.org
Fri Feb 3 17:39:15 UTC 2006


Update of /home/repository/bioruby/bioruby/test/unit/bio/appl
In directory pub.open-bio.org:/tmp/cvs-serv6233/test/unit/bio/appl

Modified Files:
	test_blast.rb 
Log Message:
* Tto avoid file name problems in the Windows file sysmtem.


Index: test_blast.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/appl/test_blast.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_blast.rb	23 Nov 2005 02:47:19 -0000	1.2
--- test_blast.rb	3 Feb 2006 17:39:13 -0000	1.3
***************
*** 35,39 ****
  
      def self.input
!       File.open(File.join(TestDataBlast, 'eco:b0002.faa')).read
      end
  
--- 35,39 ----
  
      def self.input
!       File.open(File.join(TestDataBlast, 'b0002.faa')).read
      end
  
***************
*** 41,49 ****
        case format
        when '0'
!         File.open(File.join(TestDataBlast, 'eco:b0002.faa.m0')).read 
        when '7'
!         File.open(File.join(TestDataBlast, 'eco:b0002.faa.m7')).read 
        when '8'
!         File.open(File.join(TestDataBlast, 'eco:b0002.faa.m8')).read 
        end
      end
--- 41,49 ----
        case format
        when '0'
!         File.open(File.join(TestDataBlast, 'b0002.faa.m0')).read 
        when '7'
!         File.open(File.join(TestDataBlast, 'b0002.faa.m7')).read 
        when '8'
!         File.open(File.join(TestDataBlast, 'b0002.faa.m8')).read 
        end
      end




More information about the bioruby-cvs mailing list