[BioRuby-cvs] bioruby/test/unit/bio/data test_na.rb,1.4,1.5
Katayama Toshiaki
k at pub.open-bio.org
Fri Nov 25 10:59:32 EST 2005
Update of /home/repository/bioruby/bioruby/test/unit/bio/data
In directory pub.open-bio.org:/tmp/cvs-serv24413/test/unit/bio/data
Modified Files:
test_na.rb
Log Message:
* names other than atgc are added for bioruby shell
Index: test_na.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/data/test_na.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_na.rb 23 Nov 2005 05:25:10 -0000 1.4
--- test_na.rb 25 Nov 2005 15:59:29 -0000 1.5
***************
*** 36,40 ****
def test_NAMES_1_to_name
! assert_equal('adenine', Bio::NucleicAcid::NAMES['A'])
end
--- 36,40 ----
def test_NAMES_1_to_name
! assert_equal('Adenine', Bio::NucleicAcid::NAMES['A'])
end
***************
*** 73,77 ****
def test_accessor
! assert_equal('adenine', @obj['A'])
end
--- 73,77 ----
def test_accessor
! assert_equal('Adenine', @obj['A'])
end
***************
*** 84,88 ****
def test_name
! assert_equal('adenine', @obj.name('A'))
end
end
--- 84,88 ----
def test_name
! assert_equal('Adenine', @obj.name('A'))
end
end
More information about the bioruby-cvs
mailing list