[BioRuby-cvs] bioruby/test/unit/bio/io test_ensembl.rb,1.4,1.5

Mitsuteru C. Nakao nakao at dev.open-bio.org
Thu Mar 29 14:14:19 UTC 2007


Update of /home/repository/bioruby/bioruby/test/unit/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv12238/test/unit/bio/io

Modified Files:
	test_ensembl.rb 
Log Message:
* Added backward-conpatibility classes and test codes.


Index: test_ensembl.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/io/test_ensembl.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_ensembl.rb	28 Mar 2007 12:24:30 -0000	1.4
--- test_ensembl.rb	29 Mar 2007 14:14:17 -0000	1.5
***************
*** 96,97 ****
--- 96,109 ----
    end
  end
+ 
+ 
+ class TestEnsemblOldStyleClient < Test::Unit::TestCase
+   class Rice < Bio::Ensembl::Base
+     Organism = 'Oryza_sativa'
+   end
+ 
+   def test_organism
+     assert_equal('Oryza_sativa', Rice::Organism)
+   end
+ end
+   




More information about the bioruby-cvs mailing list