summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-03-17Switch to using intptr_t, as suggested by Kevin Fleming on the -dev listTilghman Lesher
2010-03-17Argh.Tilghman Lesher
2010-03-17Fix bamboo compile error by calculating an integer with the same size as a po...Tilghman Lesher
2010-03-16Mask out previous arguments on each nested invocation of Gosub.Tilghman Lesher
2010-03-16Re-enable test_time on non-Linux.Russell Bryant
2010-03-16Fix test_time on Mac OS X (and other platforms without inotify)Tilghman Lesher
2010-03-16Disable this test on non-Linux for now.Russell Bryant
2010-03-13Resolve compiler warning by paying attention to system() return value.Russell Bryant
2010-03-12Test script to verify that timezone cache is properly removed on zonefile alt...Tilghman Lesher
2010-03-11Fix tests on 32-bit systems.Tilghman Lesher
2010-03-10Add new unit test for stringfields.Jeff Peeler
2010-03-10It's amazing what writing a test will find.Tilghman Lesher
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