summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-03-02base64 unit testDavid Vossel
2010-02-24Add ASTERISK_FILE_VERSION macro.Russell Bryant
2010-02-23Unit test for ast_str API.Mark Michelson
2010-02-22Tweak copyright and author lines.Russell Bryant
2010-02-17Add support for GROUP_MATCH_COUNT regex matching on categoryJeff Peeler
2010-02-17modified device2extension_test's categoryDavid Vossel
2010-02-17unit test for combined device state mapping and device to exten state mappingDavid Vossel
2010-02-16Add unit test for dialplan pattern matching.Mark Michelson
2010-02-11fixes some test description formatting inconsistencies so log file looks niceDavid Vossel
2010-02-11astobj2 unit test and bug fixDavid Vossel
2010-02-10Add a test module for the event API, test_event.c.Russell Bryant
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-08UNREGISTER instead of REGISTER in unload_module().Russell Bryant
2010-02-08Add a SHA1 test module.Russell Bryant
2010-02-08Remove unnecessary include, ast_md5_hash() comes from utils.h.Russell Bryant
2010-02-07Add an MD5 test module.Russell Bryant
2010-02-07Fix a couple of spelling errors, and add format module dependencies.Russell Bryant
2010-02-05Merge tests that verify the same thing. (Oops.)Tilghman Lesher
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2010-01-26Log the variable name being tested.Russell Bryant
2010-01-26Update test_substitution to show failures in the test log.Russell Bryant
2010-01-26Fixing last errors in the conversion, though it appears that the AES_* functi...Tilghman Lesher
2010-01-26Using a dummy channel causes CDR() testing to fail.Tilghman Lesher
2010-01-26Wish I had gotten to the review before this got submitted, because there's fa...Tilghman Lesher
2010-01-25Make unit test modules depend on TEST_FRAMEWORK instead of off by default.Russell Bryant
2010-01-25Convert test_substitution module to the unit test API.Russell Bryant
2010-01-22The irony of not compile-testing a test program before committing is killing me.Tilghman Lesher
2010-01-22Convert scheduler API entry order test to the test API.Russell Bryant
2010-01-22Add test API usage example to test_skel.c.Russell Bryant
2010-01-08Added a test for ast_format_reduce_str().Matthew Nicholson
2009-12-22Unit Test Framework APIDavid Vossel
2009-11-06ami_testhooks.c automatically registers hookDavid Brooks
2009-11-03AMI hook interfaceDavid Brooks
2009-07-11Add an API for reporting security events, and a security event logging module.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-15Add ability for modules to dynamically register logger levelsKevin P. Fleming
2009-05-04Minor changes in test modulesKevin P. Fleming
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-10Disable test modules by default.Russell Bryant
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.Russell Bryant
2009-02-17Use constants from inttypes.h to clear up 32-bit compilation errorsMark Michelson
2009-02-17Significantly improve scheduler performance under high load.Russell Bryant
2009-02-17Add a test module for the heap implementation.Russell Bryant
2008-04-16Introducing doubly linked lists to trunk from branch team/murf/bug11210.Steve Murphy
2008-01-03add some simple infrastructure for modules to be used for testing parts of As...Kevin P. Fleming