summaryrefslogtreecommitdiff
path: root/main/test.c
AgeCommit message (Expand)Author
2018-03-19main/test: Use ast_cli_completion_add.Corey Farrell
2017-05-24unittests: Add a unit test that causes a SEGV and...George Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-06-24test.c: Add unit test registration checks for summary and description.Richard Mudgett
2015-05-04main/test.c: Add test to verify there were no registration errors.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-04main/test: Fix compilation issue on 32-bit systemsMatthew Jordan
2014-12-04main/test: Fix race condition between AMI topic and Test Suite topicMatthew Jordan
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-06-19Fix build warnings with TEST_FRAMEWORK enabledKinsey Moore
2013-12-13test.c: Fix too sticky unit test failed status.Richard Mudgett
2013-10-23memory leaks: Memory leak cleanup patch by Corey Farrell (first set)Jonathan Rose
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-15Refactored the rest of the message types to use the STASIS_MESSAGE_TYPE_*David M. Lee
2013-03-30Convert TestEvent AMI events over to Stasis CoreMatthew Jordan
2013-01-09Tweaked __ast_test_suite_assert_notify() and __ast_test_suite_event_notify() ...Richard Mudgett
2013-01-09* Whitespace changes.Richard Mudgett
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-07-30Tweak unit test warning message.Richard Mudgett
2012-07-30Fix some presence-state unit test typos.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-01-25Remove "asterisk/version.h" in favor of "asterisk/ast_version.h".Kevin P. Fleming
2011-08-22Merged revisions 332817 via svnmerge from Matthew Jordan
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-07-09Merged revisions 275021 via svnmerge from Russell Bryant
2010-03-23Put test output for a failure in a CDATA section in the XML results.Russell Bryant
2010-03-20Resolve more compiler warnings on FreeBSD.Russell Bryant
2010-03-17main/test.c reports erroneous CLI message.Leif Madsen
2010-03-03Changes 0ms to <1ms in cli END results during 'test execute'David Vossel
2010-03-03fixes assumption that test failed if it did not pass when generating resultsDavid Vossel
2010-02-26adds Time field to "test show results" cli commandDavid Vossel
2010-02-17Fix a couple of bugs in test tab completion.Mark Michelson
2010-02-17Tab completion for test categories and names for "test show registered" and "...Mark Michelson
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-07Remove an extra space.Russell Bryant
2010-02-04fix truncated format string in 'test show registered'David Vossel
2010-01-26modify 'test show registered' cli output formatDavid Vossel
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2010-01-22Update the doxygenification of some comments.Russell Bryant
2010-01-21Point to a useful reference on the XML output format.Russell Bryant
2010-01-21Modify test results XML format to match the JUnit format.Russell Bryant
2010-01-11Fix spelling of 'category.'Sean Bright
2009-12-22Unit Test Framework APIDavid Vossel