[BioRuby-cvs] bioruby/test/unit/bio/util/restriction_enzyme/double_stranded test_aligned_strands.rb, 1.3, 1.4

Naohisa Goto ngoto at dev.open-bio.org
Fri Jun 13 11:37:27 UTC 2008


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

Modified Files:
	test_aligned_strands.rb 
Log Message:
"require 'bio/sequence'" is needed to run the tests in this file.


Index: test_aligned_strands.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/util/restriction_enzyme/double_stranded/test_aligned_strands.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_aligned_strands.rb	5 Apr 2007 23:35:44 -0000	1.3
--- test_aligned_strands.rb	13 Jun 2008 11:37:25 -0000	1.4
***************
*** 14,17 ****
--- 14,18 ----
  
  require 'test/unit'
+ require 'bio/sequence'
  require 'bio/util/restriction_enzyme/double_stranded/aligned_strands'
  require 'bio/util/restriction_enzyme/double_stranded'




More information about the bioruby-cvs mailing list