[BioRuby-cvs] bioruby/test/unit/bio/io test_ddbjxml.rb,1.2,1.3
Mitsuteru C. Nakao
nakao at dev.open-bio.org
Wed Mar 28 11:21:22 UTC 2007
Update of /home/repository/bioruby/bioruby/test/unit/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv6598/test/unit/bio/io
Modified Files:
test_ddbjxml.rb
Log Message:
* Fixed test_constants.
Index: test_ddbjxml.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/unit/bio/io/test_ddbjxml.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_ddbjxml.rb 24 Dec 2006 17:19:05 -0000 1.2
--- test_ddbjxml.rb 28 Mar 2007 11:21:20 -0000 1.3
***************
*** 21,25 ****
def test_constants
! constants = ["DDBJ", "TxSearch", "ClustalW", "PML", "Gib", "Fasta", "BASE_URI", "SRS", "Gtop", "GetEntry", "Blast"].sort
assert_equal(constants, Bio::DDBJ::XML.constants.sort)
end
--- 21,26 ----
def test_constants
! constants = ["DDBJ", "TxSearch", "ClustalW", "PML", "Gib", "Fasta",
! "BASE_URI", "SRS", "SERVER_URI", "Gtop", "GetEntry", "Blast"].sort
assert_equal(constants, Bio::DDBJ::XML.constants.sort)
end
More information about the bioruby-cvs
mailing list