This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user