summaryrefslogtreecommitdiff
path: root/unit/test-gobex-transfer.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-12-05 14:35:18 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:04 +0100
commit13564dd509de78a76a0dd45685acfb609d87a58b (patch)
tree75a8059fd397233dfbaf198e5c7f7139c519a1bc /unit/test-gobex-transfer.c
parent19359ee369aed4814716289a122469dc32a53169 (diff)
downloadbluez-13564dd509de78a76a0dd45685acfb609d87a58b.tar.gz
gobex: remove unused delay on test_put_req_random
Diffstat (limited to 'unit/test-gobex-transfer.c')
-rw-r--r--unit/test-gobex-transfer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unit/test-gobex-transfer.c b/unit/test-gobex-transfer.c
index 518fd94f9..5bdd71b93 100644
--- a/unit/test-gobex-transfer.c
+++ b/unit/test-gobex-transfer.c
@@ -465,7 +465,6 @@ static void test_put_req_random(void)
create_endpoints(&obex, &io, SOCK_STREAM);
d.obex = obex;
- d.provide_delay = 200;
cond = G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL;
io_id = g_io_add_watch(io, cond, test_io_cb, &d);