summaryrefslogtreecommitdiff
path: root/algorithm.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-05-23 17:09:26 +0200
committermr <mr@mrautenberg.de>2011-05-23 17:09:26 +0200
commit9aa3fd2adadc356fbc47ba3dc1a925644b909097 (patch)
tree2b3b5989dd0bbb3f21d136b77fc4832edd29c2ee /algorithm.rb
parentd9d6a7e82e8f6fe0d554acf7149c81625e96bd09 (diff)
parent4482a2dd9342a081d00849d059d1f37160df078b (diff)
Merge branch 'release/2.0.0'v2.0.0
Diffstat (limited to 'algorithm.rb')
-rw-r--r--algorithm.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/algorithm.rb b/algorithm.rb
index 650a6df..772979b 100644
--- a/algorithm.rb
+++ b/algorithm.rb
@@ -20,8 +20,7 @@ class AlgorithmTest < Test::Unit::TestCase
def test_metadata
@algorithms.each do |algorithm|
- #puts algorithm
- validate_owl(algorithm, @@subjectid)
+ validate_owl(algorithm, @@subjectid) unless CONFIG[:services]["opentox-algorithm"].match(/localhost/)
end
end