summaryrefslogtreecommitdiff
path: root/model.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-02-23 10:34:45 +0100
committerChristoph Helma <helma@in-silico.ch>2011-02-23 10:34:45 +0100
commit182f3e9f34026934626ceff42902274f2e6f046c (patch)
tree45834ead3d416e871c8881bb6add353827de1a65 /model.rb
parent545f4f9e511d8e39a808a1c24de37eb33d2f026e (diff)
error handling fixed
Diffstat (limited to 'model.rb')
-rw-r--r--model.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/model.rb b/model.rb
index 098ed5f..f63d6e2 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.find_all.last,
#"http://apps.ideaconsult.net:8080/ambit2/algorithm/J48",
]
end
@@ -37,6 +37,6 @@ class ModelTest < Test::Unit::TestCase
end
end
-end
=end
+end