Merge "cutils: str_parms: test str_parms_add_str too"

This commit is contained in:
Dima Zavin 2012-03-12 13:47:34 -07:00 committed by Android (Google) Code Review
commit 21750e7941
1 changed files with 1 additions and 0 deletions

View File

@ -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);