summaryrefslogtreecommitdiff
path: root/algorithm.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-01-28 18:11:15 +0100
committerChristoph Helma <helma@in-silico.ch>2011-01-28 18:11:15 +0100
commit545f4f9e511d8e39a808a1c24de37eb33d2f026e (patch)
tree7b61495456fe22356e1a8a8e85e3e774878d5af2 /algorithm.rb
parent5f0d5b9ffa13f54b52fa0a41dd2d7f2ab55978f5 (diff)
auth added
Diffstat (limited to 'algorithm.rb')
-rw-r--r--algorithm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithm.rb b/algorithm.rb
index 94f3b5c..650a6df 100644
--- a/algorithm.rb
+++ b/algorithm.rb
@@ -20,7 +20,7 @@ class AlgorithmTest < Test::Unit::TestCase
def test_metadata
@algorithms.each do |algorithm|
- puts algorithm
+ #puts algorithm
validate_owl(algorithm, @@subjectid)
end
end