summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-08-17 12:29:04 +0200
committergebele <gebele@in-silico.ch>2015-08-17 12:29:04 +0200
commitbf7fc4791b7687480ec9e5e9d141557fdd366468 (patch)
tree0dc03d5b3203c6f4a6d18396d294cd7d10885a12
parentdd0300a2faac90f56a914824995f6dbfb5798a9a (diff)
delete dublicate
-rw-r--r--test/toxbank-investigation-sparql.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb
index 72fc011..c335083 100644
--- a/test/toxbank-investigation-sparql.rb
+++ b/test/toxbank-investigation-sparql.rb
@@ -326,7 +326,6 @@ class TBSPARQLTestExtended < MiniTest::Test
response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigation_by_pvalue", {:value => "0.65614"}, {:accept => "application/json", :subjectid => $pi[:subjectid]}
result = JSON.parse(response)
#puts response
- result = JSON.parse(response)
inv_pvalue = result["results"]["bindings"].map{|n| "#{n["investigation"]["value"]}"}
assert_equal 200, response.code
assert inv_pvalue.include?("#{@@uri}")