summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-02-29 19:45:15 +0000
committerChristoph Helma <helma@in-silico.ch>2012-02-29 19:45:15 +0000
commitdd39ae3a5479eed32d57d1d3934d907a82048486 (patch)
tree15e3fd832bee635605e4043b031e598ed106a9ea /test
parentc2986f418ede0ea443df0a1f7690c433b637dc57 (diff)
duplicated error logs not yet solved
Diffstat (limited to 'test')
-rw-r--r--test/task.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/task.rb b/test/task.rb
index f01282b..7ea30b9 100644
--- a/test/task.rb
+++ b/test/task.rb
@@ -10,8 +10,6 @@ TASK_SERVICE_URI = "http://ot-dev.in-silico.ch/task"
class TaskTest < Test::Unit::TestCase
-=begin
-=end
def test_all
all = OpenTox::Task.all(TASK_SERVICE_URI)
assert_equal Array, all.class
@@ -67,7 +65,5 @@ class TaskTest < Test::Unit::TestCase
assert task.error?
assert_equal "Error", task.hasStatus
end
-=begin
-=end
end