summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/task.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/task.rb b/test/task.rb
index ae323e8..399c66e 100644
--- a/test/task.rb
+++ b/test/task.rb
@@ -68,6 +68,7 @@ class TaskTest < Test::Unit::TestCase
assert_equal "Error", task.hasStatus
end
+=begin
def test_wrong_result_uri
task = OpenTox::Task.create TASK_SERVICE_URI, :description => "test wrong result uri", :creator => "http://test.org/fake_creator" do
sleep 1
@@ -79,7 +80,6 @@ class TaskTest < Test::Unit::TestCase
assert task.error?
assert_equal "Error", task.hasStatus
end
-=begin
=end
end