dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/tests
mmichelson 4425611ae5 Merged revisions 292741 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r292741 | mmichelson | 2010-10-22 12:09:52 -0500 (Fri, 22 Oct 2010) | 12 lines
  
  Prevent multiple runs of event_sub_test from producing false failure results.
  
  The array of test subscriptions was declared "static," meaning that the
  data.count field would retain its value between runs of the test. After the
  first test run, this would result in false reports of test failures.
  
  I chose to just remove the "static" keyword from the structure since it's not
  a huge deal to construct this structure during each run of the test. Another
  alternative would have been to zero out the data.count fields of each test
  subscription instead.
........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@292742 f38db490-d61c-443f-a65b-d21fe96a405b
2010-10-22 17:10:59 +00:00
..
Makefile Change the name of the category 'TEST' to match the name of the subdir 2010-03-23 19:19:52 +00:00
test_acl.c Remove the fe80🔢:1234 test case from test_acl.c 2010-07-19 17:10:00 +00:00
test_ami_security_events.sh Add an API for reporting security events, and a security event logging module. 2009-07-11 19:15:03 +00:00
test_amihooks.c ami_testhooks.c automatically registers hook 2009-11-06 22:07:22 +00:00
test_aoc.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_app.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_ast_format_str_reduce.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_astobj2.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_devicestate.c updated devicestate test for device state changes 2010-07-16 19:32:10 +00:00
test_dlinklists.c Introducing doubly linked lists to trunk from branch team/murf/bug11210. 2008-04-16 17:14:18 +00:00
test_event.c Merged revisions 292741 via svnmerge from 2010-10-22 17:10:59 +00:00
test_func_file.c Merged revisions 279442 via svnmerge from 2010-07-25 21:28:10 +00:00
test_gosub.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_heap.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_locale.c Support setting locale per-mailbox (changes date/time languages for email, pager messages). 2010-06-01 21:28:19 +00:00
test_logger.c Add ability for modules to dynamically register logger levels 2009-05-15 13:13:47 +00:00
test_pbx.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_poll.c Merged revisions 285931 via svnmerge from 2010-09-10 01:27:44 +00:00
test_sched.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_security_events.c Add an API for reporting security events, and a security event logging module. 2009-07-11 19:15:03 +00:00
test_skel.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_stringfields.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_strings.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_substitution.c ast_callerid restructuring 2010-07-14 15:48:36 +00:00
test_time.c Merged revisions 289543,289581 via svnmerge from 2010-09-30 20:40:08 +00:00
test_utils.c Merged revisions 289543,289581 via svnmerge from 2010-09-30 20:40:08 +00:00