[BioRuby-cvs] bioruby/test/unit/bio test_shell.rb,1.1,1.2
Mitsuteru C. Nakao
nakao at pub.open-bio.org
Wed Nov 23 06:49:52 EST 2005
Update of /home/repository/bioruby/bioruby/test/unit/bio
In directory pub.open-bio.org:/tmp/cvs-serv16632/test/unit/bio
Modified Files:
test_shell.rb
Log Message:
* Fixed the order of arguments of assert_equal.
Index: test_shell.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/test_shell.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_shell.rb 27 Oct 2005 15:10:48 -0000 1.1
--- test_shell.rb 23 Nov 2005 11:49:50 -0000 1.2
***************
*** 32,40 ****
def test_const_bioruby_config
! assert_equal($bioruby_config, {})
end
def test_const_bioruby_cache
! assert_equal($bioruby_cache, {})
end
--- 32,40 ----
def test_const_bioruby_config
! assert_equal({}, $bioruby_config)
end
def test_const_bioruby_cache
! assert_equal({}, $bioruby_cache)
end
More information about the bioruby-cvs
mailing list