Loading test/system/test_system_delete.c +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ void test_Delete_should_delete_an_object_from_device(void) // Delete the object KineticEntry deleteEntry = { .key = KeyBuffer, .synchronization = KINETIC_SYNCHRONIZATION_WRITETHROUGH, }; status = KineticClient_Delete(Fixture.session, &deleteEntry, NULL); TEST_ASSERT_EQUAL_KineticStatus(KINETIC_STATUS_SUCCESS, status); Loading test/system/test_system_flush.c +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ void test_Flush_should_flush_pending_PUTs_and_DELETEs(void) // Do an async DELETE so we can flush to complete it KineticEntry deleteEntry = { .key = keyBuffer1, .synchronization = KINETIC_SYNCHRONIZATION_WRITETHROUGH, }; KineticCompletionClosure no_op_closure = { .callback = &no_op_callback, Loading Loading
test/system/test_system_delete.c +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ void test_Delete_should_delete_an_object_from_device(void) // Delete the object KineticEntry deleteEntry = { .key = KeyBuffer, .synchronization = KINETIC_SYNCHRONIZATION_WRITETHROUGH, }; status = KineticClient_Delete(Fixture.session, &deleteEntry, NULL); TEST_ASSERT_EQUAL_KineticStatus(KINETIC_STATUS_SUCCESS, status); Loading
test/system/test_system_flush.c +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ void test_Flush_should_flush_pending_PUTs_and_DELETEs(void) // Do an async DELETE so we can flush to complete it KineticEntry deleteEntry = { .key = keyBuffer1, .synchronization = KINETIC_SYNCHRONIZATION_WRITETHROUGH, }; KineticCompletionClosure no_op_closure = { .callback = &no_op_callback, Loading