summaryrefslogtreecommitdiff
path: root/dataset.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-02-23 16:07:26 +0100
committerAndreas Maunz <andreas@maunz.de>2012-02-23 16:07:26 +0100
commite7787778a9c307e8ca2400d7d296a9f7880b41ab (patch)
tree1a998dc7fc02012ae5bc21f58828117f58a9baed /dataset.rb
parentff0798375a0a694296919715a09a80578df1d427 (diff)
Adjusted tests to jl
Diffstat (limited to 'dataset.rb')
-rw-r--r--dataset.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/dataset.rb b/dataset.rb
index 6d17756..8cf384a 100644
--- a/dataset.rb
+++ b/dataset.rb
@@ -29,13 +29,6 @@ class DatasetTest < Test::Unit::TestCase
#@new_dataset.delete
end
-# def test_get_pc
-# ds_uri = OpenTox::RestClientWrapper.post(CONFIG[:services]["opentox-dataset"], {:file => File.new("data/EPAFHM.csv")} ,{:accept => "text/uri-list", :subjectid => @@subjectid}).to_s.chomp
-# puts "DS: #{ds_uri}"
-# fds_uri = OpenTox::Algorithm.pc_descriptors( { :dataset_uri => ds_uri, :pc_type => "constitutional" } )
-# puts "FDS: #{fds_uri}"
-# end
-
def test_save_external
@dataset = OpenTox::Dataset.find "http://apps.ideaconsult.net:8080/ambit2/dataset/2698"