From dd39ae3a5479eed32d57d1d3934d907a82048486 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 29 Feb 2012 19:45:15 +0000 Subject: duplicated error logs not yet solved --- test/task.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') 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 -- cgit v1.2.3