summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2014-10-23 16:45:14 +0200
committermguetlein <martin.guetlein@gmail.com>2014-10-23 16:45:14 +0200
commitbcdec307baa05610b66f99edadd1ee4461fdfa97 (patch)
treeb28b3a618981ee2001720d797309d6aca14c0a60
parentebbdf8288ec51fd1b1306359188171a45027228e (diff)
parentba7f432c2f24ecf106091271c76afde32fe17d8b (diff)
Merge branch 'development' of ssh://github.com/opentox/opentox-test into development
-rw-r--r--test/data/toxbank-investigation/valid/unformated.zipbin174 -> 187 bytes
-rw-r--r--test/toxbank-investigation-sparql.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/data/toxbank-investigation/valid/unformated.zip b/test/data/toxbank-investigation/valid/unformated.zip
index dc14c65..bb02a1b 100644
--- a/test/data/toxbank-investigation/valid/unformated.zip
+++ b/test/data/toxbank-investigation/valid/unformated.zip
Binary files differ
diff --git a/test/toxbank-investigation-sparql.rb b/test/toxbank-investigation-sparql.rb
index 173e55e..8df9650 100644
--- a/test/toxbank-investigation-sparql.rb
+++ b/test/toxbank-investigation-sparql.rb
@@ -111,7 +111,7 @@ class TBSPARQLTest < MiniTest::Test
response = OpenTox::RestClientWrapper.get "#{@@uri}/sparql/factorvalues_by_investigation", {}, {:accept => "application/json", :subjectid => $pi[:subjectid]}
result = JSON.parse(response)
#puts result
- ["biosample","sample", "factorname", "value", "ontouri", "unitOnto", "unit", "unitID"].each do |v|
+ ["biosample","sample", "factorname", "value", "ontouri", "unitOnto", "unit"].each do |v|
assert result["head"]["vars"].include?(v.to_s)
end