Skip to content

Commit

Permalink
Changed a failed test, and added a test for Bio::DDBJ::XML::RequestMa…
Browse files Browse the repository at this point in the history
…nager
  • Loading branch information
ngoto committed Aug 19, 2008
1 parent b83663b commit 85a596d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/unit/bio/io/test_ddbjxml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class TestDDBJXMLConstants < Test::Unit::TestCase

def test_constants
constants = ["DDBJ", "TxSearch", "ClustalW", "PML", "Gib", "Fasta",
"BASE_URI", "SRS", "SERVER_URI", "Gtop", "GetEntry", "Blast"].sort
"BASE_URI", "SRS", "SERVER_URI", "Gtop", "GetEntry",
"Blast", "RequestManager"].sort
assert_equal(constants, Bio::DDBJ::XML.constants.sort)
end

Expand Down Expand Up @@ -69,6 +70,10 @@ def test_txsearch_server_url
assert_equal("http://xml.nig.ac.jp/wsdl/TxSearch.wsdl", Bio::DDBJ::XML::TxSearch::SERVER_URI)
end

def test_requestmanager_server_url
assert_equal("http://xml.nig.ac.jp/wsdl/RequestManager.wsdl", Bio::DDBJ::XML::RequestManager::SERVER_URI)
end

end


Expand Down

0 comments on commit 85a596d

Please sign in to comment.