aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_pbx.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ↵tilghman1-1/+1
tracking down the source. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@275105 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-11Add ASTERISK_FILE_VERSION() macrorussell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@256745 f38db490-d61c-443f-a65b-d21fe96a405b
2010-02-16Add unit test for dialplan pattern matching.mmichelson1-0/+330
This test works by reading input from arrays to build a sample dialplan. From there, patterns are attempted to be matched against said dialplan, with the expected match given. We then search in our example dialplan to see if we find a match and if what we find matches what we expected it to match. (closes issue #16809) Reported by: lmadsen Tested by: mmichelson Review: https://reviewboard.asterisk.org/r/504/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@246942 f38db490-d61c-443f-a65b-d21fe96a405b