cutils: str_parms: test str_parms_add_str too
Change-Id: I93f0e577aff6b8ff23a44e29f9942a26545b6dc8 Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
parent
70b93034f3
commit
a603e40f9e
|
@ -301,6 +301,7 @@ static void test_str_parms_str(const char *str)
|
|||
int ret;
|
||||
|
||||
str_parms = str_parms_create_str(str);
|
||||
str_parms_add_str(str_parms, "dude", "woah");
|
||||
str_parms_dump(str_parms);
|
||||
out_str = str_parms_to_str(str_parms);
|
||||
str_parms_destroy(str_parms);
|
||||
|
|
Loading…
Reference in New Issue