aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Fix an off by one error that caused a unit test to occasionally crash.russell1-1/+1
2010-06-02Generic Advice of Charge.rmudgett1-0/+690
2010-06-01Support setting locale per-mailbox (changes date/time languages for email, pa...tilghman1-0/+183
2010-05-13Add kqueue(2) implementation to Asterisk in various places.tilghman1-13/+9
2010-05-06Add test case for removing random elements from a heap.russell1-2/+99
2010-04-22Add ast_event subscription unit test and fix some ast_event API bugs.russell1-16/+363
2010-04-15Merged revisions 257544 via svnmerge from tilghman1-1/+85
2010-04-12test_substitution expects func_curl to be present to work.russell1-0/+1
2010-04-11Add ASTERISK_FILE_VERSION() macrorussell1-0/+3
2010-04-09Fix some compiler errors that popped up after the CCSS merge.mmichelson1-0/+1
2010-03-25Add unit test for testing ACL functionality.mmichelson1-0/+244
2010-03-23Change the name of the category 'TEST' to match the name of the subdirtzafrir1-1/+1
2010-03-17Switch to using intptr_t, as suggested by Kevin Fleming on the -dev listtilghman1-11/+1
2010-03-17Argh.tilghman1-1/+1
2010-03-17Fix bamboo compile error by calculating an integer with the same size as a po...tilghman1-1/+11
2010-03-16Mask out previous arguments on each nested invocation of Gosub.tilghman1-0/+164
2010-03-16Re-enable test_time on non-Linux.russell1-8/+0
2010-03-16Fix test_time on Mac OS X (and other platforms without inotify)tilghman1-2/+9
2010-03-16Disable this test on non-Linux for now.russell1-0/+8
2010-03-13Resolve compiler warning by paying attention to system() return value.russell1-1/+4
2010-03-12Test script to verify that timezone cache is properly removed on zonefile alt...tilghman1-0/+114
2010-03-11Fix tests on 32-bit systems.tilghman1-4/+4
2010-03-10Add new unit test for stringfields.jpeeler1-0/+308
2010-03-10It's amazing what writing a test will find.tilghman1-0/+2
2010-03-02base64 unit testdvossel1-0/+54
2010-02-24Add ASTERISK_FILE_VERSION macro.russell1-2/+6
2010-02-23Unit test for ast_str API.mmichelson1-0/+261
2010-02-22Tweak copyright and author lines.russell1-2/+2
2010-02-17Add support for GROUP_MATCH_COUNT regex matching on categoryjpeeler1-0/+159
2010-02-17modified device2extension_test's categorydvossel1-1/+1
2010-02-17unit test for combined device state mapping and device to exten state mappingdvossel1-0/+288
2010-02-16Add unit test for dialplan pattern matching.mmichelson1-0/+330
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