summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-09-09 16:51:27 +0200
committergebele <gebele@in-silico.ch>2015-09-09 16:51:27 +0200
commite5c9b6c24de26cc0d22c4c13b4dfde851b2a1117 (patch)
treee819c3cc0f5fe386edceaba75d3fcfaaf79d26a7
parentbf7fc4791b7687480ec9e5e9d141557fdd366468 (diff)
exclude single testsdevelopment
-rw-r--r--test/toxbank-investigation-sparql.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb
index c335083..2c488ec 100644
--- a/test/toxbank-investigation-sparql.rb
+++ b/test/toxbank-investigation-sparql.rb
@@ -321,7 +321,7 @@ class TBSPARQLTestExtended < MiniTest::Test
assert_equal 200, response.code
assert inv_factor.include?("#{@@uri}")
end
-
+=begin
def test_16_investigation_by_pvalue
response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigation_by_pvalue", {:value => "0.65614"}, {:accept => "application/json", :subjectid => $pi[:subjectid]}
result = JSON.parse(response)
@@ -357,7 +357,7 @@ class TBSPARQLTestExtended < MiniTest::Test
assert_equal 200, response.code
assert inv_genes.include?("#{@@uri}")
end
-
+=end
def test_19_b_investigation_by_genes
assert_raises OpenTox::BadRequestError do
response = OpenTox::RestClientWrapper.get "#{$investigation[:uri]}/sparql/investigation_by_genes", {:geneIdentifiers => "['entrez3075', 'uniprot:P10809']"}, {:accept => "application/json", :subjectid => $pi[:subjectid]}