From 80c13bcd5f68db142b5cbce5725e7213d34e00f6 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 23 Oct 2014 11:14:52 +0200 Subject: increased size --- test/data/toxbank-investigation/valid/unformated.zip | Bin 174 -> 187 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/test/data/toxbank-investigation/valid/unformated.zip b/test/data/toxbank-investigation/valid/unformated.zip index dc14c65..bb02a1b 100644 Binary files a/test/data/toxbank-investigation/valid/unformated.zip and b/test/data/toxbank-investigation/valid/unformated.zip differ -- cgit v1.2.3 From ba7f432c2f24ecf106091271c76afde32fe17d8b Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 23 Oct 2014 11:52:12 +0200 Subject: removed unitID from factorvalues_by_investigation test --- test/toxbank-investigation-sparql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3