/[LeafOK_CVS]/lbbs/src/test_section_list.c
ViewVC logotype

Diff of /lbbs/src/test_section_list.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.5 by sysadm, Wed May 21 09:09:30 2025 UTC Revision 1.6 by sysadm, Wed May 21 09:18:17 2025 UTC
# Line 236  int main(int argc, char *argv[]) Line 236  int main(int argc, char *argv[])
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...");          printf("Press ENTER to exit...");
250          getchar();          getchar();
251                    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1