[BioRuby-cvs] bioruby/test/unit/bio test_shell.rb,1.2,1.3
Katayama Toshiaki
k at pub.open-bio.org
Sun Dec 18 11:57:18 EST 2005
Update of /home/repository/bioruby/bioruby/test/unit/bio
In directory pub.open-bio.org:/tmp/cvs-serv29415/test/unit/bio
Modified Files:
test_shell.rb
Log Message:
* removed some test methods as the test targets (global variables) are already removed
Index: test_shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_shell.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_shell.rb 23 Nov 2005 11:49:50 -0000 1.2
--- test_shell.rb 18 Dec 2005 16:57:15 -0000 1.3
***************
*** 31,42 ****
class TestShell < Test::Unit::TestCase
- def test_const_bioruby_config
- assert_equal({}, $bioruby_config)
- end
-
- def test_const_bioruby_cache
- assert_equal({}, $bioruby_cache)
- end
-
end
end
--- 31,34 ----
More information about the bioruby-cvs
mailing list