[BioRuby-cvs] bioruby/test/unit/bio/util/restriction_enzyme test_analysis.rb, 1.12, 1.13 test_double_stranded.rb, 1.5, 1.6

Katayama Toshiaki k at dev.open-bio.org
Mon Jul 16 19:29:34 UTC 2007


Update of /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme
In directory dev.open-bio.org:/tmp/cvs-serv21317

Modified Files:
	test_analysis.rb test_double_stranded.rb 
Log Message:
* added require 'bio/sequence' to work


Index: test_double_stranded.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_double_stranded.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_double_stranded.rb	5 Apr 2007 23:35:44 -0000	1.5
--- test_double_stranded.rb	16 Jul 2007 19:29:32 -0000	1.6
***************
*** 15,18 ****
--- 15,19 ----
  require 'test/unit'
  require 'bio/util/restriction_enzyme/double_stranded'
+ require 'bio/sequence'
  
  module Bio #:nodoc:

Index: test_analysis.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/test_analysis.rb,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** test_analysis.rb	13 May 2007 04:08:02 -0000	1.12
--- test_analysis.rb	16 Jul 2007 19:29:32 -0000	1.13
***************
*** 15,18 ****
--- 15,19 ----
  require 'test/unit'
  require 'bio/util/restriction_enzyme/analysis'
+ require 'bio/sequence'
  
  module Bio #:nodoc:




More information about the bioruby-cvs mailing list