summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-12-11 17:49:07 +0100
committergebele <gebele@in-silico.ch>2013-12-11 17:49:07 +0100
commit5ed955184bcaceb7e7a005e5443a2fde2a9ec1cd (patch)
tree7cd5023aa81716dfd518ffb202fcc1624c320880
parent4d6fc7683f31fd801fcfd32199e7e4b197ba8993 (diff)
fixed comment
-rw-r--r--test/toxbank-investigation-sparql.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb
index 978986d..a39c39a 100644
--- a/test/toxbank-investigation-sparql.rb
+++ b/test/toxbank-investigation-sparql.rb
@@ -104,7 +104,7 @@ class TBSPARQLTest < MiniTest::Test
# Retrieves investigation URI and factors (name, value, ontology URI of the value)
def test_09_investigations_and_factors
response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigations_and_factors", {}, {:accept => "application/json", :subjectid => $pi[:subjectid]}
- puts response
+ #puts response
assert_equal 200, response.code
end
@@ -125,7 +125,6 @@ class TBSPARQLTest < MiniTest::Test
end
#TODO assertions
- #TODO test uri: http://factor.value/uri return results
# Retrieves investigation URI given a factor value URI (e.g. compound URI)
def test_12_investigation_by_factor
response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigation_by_factor", {:value => "http://factor.value/uri"}, {:accept => "application/json", :subjectid => $pi[:subjectid]}