summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-08-25 17:37:57 +0000
committerChristoph Helma <helma@in-silico.ch>2011-08-25 17:37:57 +0000
commit5bf775db23ea77687dab659c8d7fcbdad1822b81 (patch)
treea64c2507ce5a3896aa5ab4ad162b7c53106bad84
parentb4a69302d68efc2a27c1f8a23155d58a52224a26 (diff)
model owl validation
-rw-r--r--model.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/model.rb b/model.rb
index 2b11be0..cf78ad8 100644
--- a/model.rb
+++ b/model.rb
@@ -7,7 +7,7 @@ class ModelTest < Test::Unit::TestCase
def setup
@models = [
- OpenTox::Model.all.last,
+ OpenTox::Model::Lazar.all.last,
#"http://apps.ideaconsult.net:8080/ambit2/algorithm/J48",
]
end
@@ -16,8 +16,8 @@ class ModelTest < Test::Unit::TestCase
end
def test_metadata
+ puts @model.inspect
@models.each do |model|
- #puts model
validate_owl(model)
end
end