summaryrefslogtreecommitdiff
path: root/report/report_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'report/report_test.rb')
-rw-r--r--report/report_test.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/report/report_test.rb b/report/report_test.rb
index 1c838bf..2920fd3 100644
--- a/report/report_test.rb
+++ b/report/report_test.rb
@@ -119,12 +119,12 @@ end
#class Reports::ReportServiceTest < Test::Unit::TestCase
# include Lib::TestUtil
#
-# WS_VAL = @@config[:services]["opentox-validation"]
-# WS_DATA=@@config[:services]["opentox-dataset"]
+# WS_VAL = CONFIG[:services]["opentox-validation"]
+# WS_DATA=CONFIG[:services]["opentox-dataset"]
# FILE=File.new("data/hamster_carcinogenicity.owl","r")
#
-# WS_CLASS_ALG=File.join(@@config[:services]["opentox-algorithm"],"lazar")
-# WS_FEATURE_ALG=File.join(@@config[:services]["opentox-algorithm"],"fminer")
+# WS_CLASS_ALG=File.join(CONFIG[:services]["opentox-algorithm"],"lazar")
+# WS_FEATURE_ALG=File.join(CONFIG[:services]["opentox-algorithm"],"fminer")
#
# #WS_CLASS_ALG_2="localhost:4008/algorithm"
# #WS_FEATURE_ALG_2=nil
@@ -334,4 +334,4 @@ end
#
# end
#
-#end \ No newline at end of file
+#end