test work in progress
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
NADAL Jean-Baptiste
2020-01-08 18:42:52 +01:00
parent adf2032a70
commit 5912d1421e
4 changed files with 22 additions and 7 deletions

View File

@@ -28,12 +28,13 @@
/*--------------------------------------------------------------------------*/
void device_create_set_state_remove(const char *capability, const char *test_name_true, const char *test_name_false)
void device_create_set_state_free(const char *capability, const char *test_name_true, const char *test_name_false)
{
struct json_object *root_node;
devices_manager_t *dm;
int ret;
char *device_serialized;
dm = devices_manager_new();
ASSERT_NOT_NULL(dm);
@@ -73,6 +74,13 @@ void device_create_set_state_remove(const char *capability, const char *test_nam
/*--------------------------------------------------------------------------*/
void device_create_three_devices_remove_second(const char *capability)
{
}
/*--------------------------------------------------------------------------*/
void device_create_error_case(const char *capability)
{
struct json_object *root_node;