[BioRuby-cvs] bioruby/test/unit/bio test_shell.rb,1.3,1.4
Katayama Toshiaki
k at pub.open-bio.org
Sun Dec 18 12:00:12 EST 2005
Update of /home/repository/bioruby/bioruby/test/unit/bio
In directory pub.open-bio.org:/tmp/cvs-serv29620/test/unit/bio
Modified Files:
test_shell.rb
Log Message:
* removed class to avoid test failure with 'No tests were specified.'
Index: test_shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_shell.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_shell.rb 18 Dec 2005 16:57:15 -0000 1.3
--- test_shell.rb 18 Dec 2005 17:00:10 -0000 1.4
***************
*** 26,34 ****
require 'test/unit'
! require 'bio/shell'
module Bio
- class TestShell < Test::Unit::TestCase
-
- end
end
--- 26,31 ----
require 'test/unit'
! require 'bioruby'
module Bio
end
More information about the bioruby-cvs
mailing list