[BioRuby-cvs] bioruby/test/unit/bio/db test_newick.rb,1.1,1.2
Naohisa Goto
ngoto at dev.open-bio.org
Wed Dec 13 16:29:39 UTC 2006
Update of /home/repository/bioruby/bioruby/test/unit/bio/db
In directory dev.open-bio.org:/tmp/cvs-serv8729/test/unit/bio/db
Modified Files:
test_newick.rb
Log Message:
Bio::PhylogeneticTree is renamed to Bio::Tree and
filenames are also renamed from phylogenetictree.rb to tree.rb and
from test_phylogenetictree.rb to test_tree.rb.
Index: test_newick.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_newick.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_newick.rb 5 Oct 2006 13:38:22 -0000 1.1
--- test_newick.rb 13 Dec 2006 16:29:37 -0000 1.2
***************
*** 17,21 ****
require 'bio'
! require 'bio/phylogenetictree'
require 'bio/db/newick'
--- 17,21 ----
require 'bio'
! require 'bio/tree'
require 'bio/db/newick'
More information about the bioruby-cvs
mailing list