summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2014-05-19 11:20:16 +0200
committergebele <gebele@in-silico.ch>2014-05-19 11:20:16 +0200
commita1ae0303821af7384f06c32ccd3a32ef53c23e42 (patch)
tree844f0eec2d2bdb9c174e191ceac97a78fa041ec0
parent63d396b886b28a6bd1fb849c21ad7bd66e71bfa8 (diff)
delete invs
-rw-r--r--test/toxbank-investigation-types.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/toxbank-investigation-types.rb b/test/toxbank-investigation-types.rb
index a5fa45d..59b41e6 100644
--- a/test/toxbank-investigation-types.rb
+++ b/test/toxbank-investigation-types.rb
@@ -473,8 +473,8 @@ class TBInvestigationNoISADataValidPOST < MiniTest::Test
@g.query(:predicate => RDF::TB.isPublished){|r| assert_match /false/, r[2].to_s}
# DELETE
- #response = OpenTox::RestClientWrapper.delete uri.to_s, {}, { :subjectid => $pi[:subjectid] }
- #assert_equal "200", response.code.to_s
+ response = OpenTox::RestClientWrapper.delete uri.to_s, {}, { :subjectid => $pi[:subjectid] }
+ assert_equal "200", response.code.to_s
end
def test_post_type_nodata_put_error
@@ -508,8 +508,8 @@ class TBInvestigationNoISADataValidPOST < MiniTest::Test
# DELETE
- #response = OpenTox::RestClientWrapper.delete uri.to_s, {}, { :subjectid => $pi[:subjectid] }
- #assert_equal "200", response.code.to_s
+ response = OpenTox::RestClientWrapper.delete uri.to_s, {}, { :subjectid => $pi[:subjectid] }
+ assert_equal "200", response.code.to_s
end
end