From 53fe462b9c310bc84df50d058500772b7f3cbc3c Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 2 Mar 2012 09:40:08 +0000 Subject: error test fixed --- test/task.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test') diff --git a/test/task.rb b/test/task.rb index d49871f..932d5c9 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 @@ -75,12 +73,9 @@ class TaskTest < Test::Unit::TestCase end assert task.running? assert_equal "Running", task.hasStatus - puts task.uri task.wait assert task.error? - #assert_equal "Error", task.hasStatus + assert_equal "Error", task.hasStatus end -=begin -=end end -- cgit v1.2.3