| 236 |
printf("Verify %d topics in section %d\n", group_count, i); |
printf("Verify %d topics in section %d\n", group_count, i); |
| 237 |
} |
} |
| 238 |
|
|
| 239 |
|
printf("Testing #3 ...\n"); |
| 240 |
|
|
| 241 |
|
for (i = 0; i < section_conf_count; i++) |
| 242 |
|
{ |
| 243 |
|
if (section_data_find_section_by_name(sname[i]) == NULL) |
| 244 |
|
{ |
| 245 |
|
printf("section_data_find_section_by_name(%s) error\n", sname[i]); |
| 246 |
|
} |
| 247 |
|
} |
| 248 |
|
|
| 249 |
|
printf("Press ENTER to exit..."); |
| 250 |
|
getchar(); |
| 251 |
|
|
| 252 |
section_data_pool_cleanup(); |
section_data_pool_cleanup(); |
| 253 |
|
|
| 254 |
log_end(); |
log_end(); |