summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-06-27 10:56:16 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:21:56 +0100
commit22c146eb0676407fd06906f2453a63076f7c9bdd (patch)
tree1dcb9227d1f70ca28956d89b82ab647e59f7d915 /unit
parentb8d9f56dd841efa7dc3489ff6404a5157efc01ef (diff)
gobex: Clean up handling of the final bit
Diffstat (limited to 'unit')
-rw-r--r--unit/test-gobex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/test-gobex.c b/unit/test-gobex.c
index 26dfe7ccc..d7964fb10 100644
--- a/unit/test-gobex.c
+++ b/unit/test-gobex.c
@@ -339,7 +339,7 @@ static void test_pkt(void)
{
GObexPacket *pkt;
- pkt = g_obex_packet_new(G_OBEX_OP_PUT);
+ pkt = g_obex_packet_new(G_OBEX_OP_PUT, TRUE);
g_assert(pkt != NULL);