Diff between 19359ee369aed4814716289a122469dc32a53169 and 13564dd509de78a76a0dd45685acfb609d87a58b
Changed Files
| File | Additions | Deletions | Status |
| unit/test-gobex-transfer.c | +0 | -1 | modified |
Full Patch
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);