summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-12-05 14:35:18 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-12-08 14:25:08 +0200
commitee6075b4c53550a07d2072f8f93297236cf383fc (patch)
tree1e90488b43c70af16b7fab7fa58e4da084af9fb8 /unit
parent983bcfaf5cc547acb78efc476100bb5311d784bd (diff)
downloadobexd-ee6075b4c53550a07d2072f8f93297236cf383fc.tar.gz
gobex: remove unused delay on test_put_req_random
Diffstat (limited to 'unit')
-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 518fd94..5bdd71b 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);