summaryrefslogtreecommitdiff
path: root/report/report_test.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-03-23 14:07:14 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2010-03-23 14:07:14 +0100
commit14d2a68564061d63166cd409bf4fd30dc841d2b8 (patch)
treee07cbc10883ee8c116caa443048df0471efe02b2 /report/report_test.rb
parent6a5ebb67493ab2c30121ae26fb75d6a24c36eafc (diff)
added predictedValues feature, some report changes (true feature prediction class), some hacks to validate IDEA/AMBIT
Diffstat (limited to 'report/report_test.rb')
-rw-r--r--report/report_test.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/report/report_test.rb b/report/report_test.rb
index 0782d56..126a978 100644
--- a/report/report_test.rb
+++ b/report/report_test.rb
@@ -24,11 +24,15 @@ class Reports::ApplicationTest < Test::Unit::TestCase
#get '/report/validation/1',nil,'HTTP_ACCEPT' => "text/html"
#post '/report/validation/1/format_html',:css_style_sheet=>"http://apps.ideaconsult.net:8180/ToxPredict/style/global.css"
- post 'http://ot.validation.de/report/crossvalidation',:validation_uris=>"http://ot.validation.de/crossvalidation/1"
+ #post 'http://ot.validation.de/report/crossvalidation',:validation_uris=>"http://ot.validation.de/crossvalidation/1"
+ #uri = last_response.body.to_s
+
+ post 'http://ot.validation.de/report/validation',:validation_uris=>"http://ot.validation.de/validation/1"
uri = last_response.body.to_s
+ puts uri
- post uri.to_s+'/format_html',:css_style_sheet=>"http://apps.ideaconsult.net:8180/ToxPredict/style/global.css"
- puts last_response.body.to_s.gsub(/\n.*/,"")
+ #post uri.to_s+'/format_html',:css_style_sheet=>"http://apps.ideaconsult.net:8180/ToxPredict/style/global.css"
+ #puts last_response.body.to_s.gsub(/\n.*/,"")
end
#