[BioRuby-cvs] bioruby/test/unit/bio/data test_aa.rb,1.6,1.7
Katayama Toshiaki
k at dev.open-bio.org
Fri Apr 6 04:46:38 UTC 2007
Update of /home/repository/bioruby/bioruby/test/unit/bio/data
In directory dev.open-bio.org:/tmp/cvs-serv21107/test/unit/bio/data
Modified Files:
test_aa.rb
Log Message:
* followed the change of AA#to_re spec.
Index: test_aa.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/data/test_aa.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_aa.rb 5 Apr 2007 23:35:43 -0000 1.6
--- test_aa.rb 6 Apr 2007 04:46:36 -0000 1.7
***************
*** 85,89 ****
def test_to_re
! assert_equal(/[DN][EQ]ACDEFGHIKLMNPQRSTVWYU/, @obj.to_re('BZACDEFGHIKLMNPQRSTVWYU'))
end
end
--- 85,89 ----
def test_to_re
! assert_equal(/[DNB][EQZ]ACDEFGHIKLMNPQRSTVWYU/, @obj.to_re('BZACDEFGHIKLMNPQRSTVWYU'))
end
end
More information about the bioruby-cvs
mailing list