[BioRuby-cvs] bioruby/test/unit/bio/db test_newick.rb,1.2,1.3

Naohisa Goto ngoto at dev.open-bio.org
Thu Jan 11 14:35:34 UTC 2007


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

Modified Files:
	test_newick.rb 
Log Message:
fixed incorrect libpath


Index: test_newick.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/db/test_newick.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_newick.rb	13 Dec 2006 16:29:37 -0000	1.2
--- test_newick.rb	11 Jan 2007 14:35:32 -0000	1.3
***************
*** 13,17 ****
  
  require 'pathname'
! libpath = Pathname.new(File.join(File.dirname(__FILE__), [".."] * 3, "lib")).cleanpath.to_s
  $:.unshift(libpath) unless $:.include?(libpath)
  
--- 13,17 ----
  
  require 'pathname'
! libpath = Pathname.new(File.join(File.dirname(__FILE__), [".."] * 4, "lib")).cleanpath.to_s
  $:.unshift(libpath) unless $:.include?(libpath)
  




More information about the bioruby-cvs mailing list