aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-02-11fixes some test description formatting inconsistencies so log file looks nicedvossel2-4/+2
2010-02-11astobj2 unit test and bug fixdvossel1-0/+379
2010-02-10Add a test module for the event API, test_event.c.russell1-0/+194
2010-02-09Various updates to the unit test API.russell8-305/+200
2010-02-08UNREGISTER instead of REGISTER in unload_module().russell1-1/+1
2010-02-08Add a SHA1 test module.russell1-0/+100
2010-02-08Remove unnecessary include, ast_md5_hash() comes from utils.h.russell1-1/+0
2010-02-07Add an MD5 test module.russell1-0/+98
2010-02-07Fix a couple of spelling errors, and add format module dependencies.russell1-2/+13
2010-02-05Merge tests that verify the same thing. (Oops.)tilghman1-0/+4
2010-01-26RFC compliant uri and display-name encode/decodedvossel1-0/+114
2010-01-26Log the variable name being tested.russell1-1/+1
2010-01-26Update test_substitution to show failures in the test log.russell1-2/+15
2010-01-26Fixing last errors in the conversion, though it appears that the AES_* functi...tilghman1-4/+4
2010-01-26Using a dummy channel causes CDR() testing to fail.tilghman1-2/+2
2010-01-26Wish I had gotten to the review before this got submitted, because there's fa...tilghman1-20/+15
2010-01-25Make unit test modules depend on TEST_FRAMEWORK instead of off by default.russell5-5/+5
2010-01-25Convert test_substitution module to the unit test API.russell1-84/+138
2010-01-22The irony of not compile-testing a test program before committing is killing me.tilghman1-0/+1
2010-01-22Convert scheduler API entry order test to the test API.russell1-37/+39
2010-01-22Add test API usage example to test_skel.c.russell1-8/+35
2010-01-08Added a test for ast_format_reduce_str().mnicholson1-0/+117
2009-12-22Unit Test Framework APIdvossel1-70/+52
2009-11-06ami_testhooks.c automatically registers hookdbrooks1-9/+63
2009-11-03AMI hook interfacedbrooks1-0/+104
2009-07-11Add an API for reporting security events, and a security event logging module.russell2-0/+672
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-2/+2
2009-05-15Add ability for modules to dynamically register logger levelskpfleming1-0/+209
2009-05-04Minor changes in test moduleskpfleming2-1/+2
2009-04-29Merge str_substitution branch.tilghman1-0/+241
2009-04-10Disable test modules by default.russell2-0/+8
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.russell1-2/+117
2009-02-17Use constants from inttypes.h to clear up 32-bit compilation errorsmmichelson1-2/+4
2009-02-17Significantly improve scheduler performance under high load.russell1-0/+130
2009-02-17Add a test module for the heap implementation.russell1-0/+219
2008-04-16Introducing doubly linked lists to trunk from branch team/murf/bug11210.murf1-0/+363
2008-01-03add some simple infrastructure for modules to be used for testing parts of As...kpfleming2-0/+74