[BioRuby-cvs] bioruby/test/unit/bio/shell/plugin test_seq.rb, 1.3, 1.4

Katayama Toshiaki k at pub.open-bio.org
Sun Dec 18 11:28:48 EST 2005


Update of /home/repository/bioruby/bioruby/test/unit/bio/shell/plugin
In directory pub.open-bio.org:/tmp/cvs-serv29192/test/unit/bio/shell/plugin

Modified Files:
	test_seq.rb 
Log Message:
* changed to use require 'bioruby' instead of require 'bio/shell'; include Bio::Shell


Index: test_seq.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/shell/plugin/test_seq.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_seq.rb	18 Dec 2005 15:37:19 -0000	1.3
--- test_seq.rb	18 Dec 2005 16:28:46 -0000	1.4
***************
*** 26,35 ****
  
  require 'test/unit'
! require 'bio/shell'
  
  module Bio
    class TestShellPluginSeq < Test::Unit::TestCase
-     include Bio::Shell    
  
  
      def test_naseq
--- 26,36 ----
  
  require 'test/unit'
! require 'bioruby'
  
  module Bio
    class TestShellPluginSeq < Test::Unit::TestCase
  
+ #    include Bio::Shell
+ #    Bio::Shell.instance_variable_set :@config, {}
  
      def test_naseq



More information about the bioruby-cvs mailing list