aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_astobj2.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-03Fix some astobj2 iterator breakage, add another unit test.russell1-1/+133
Review: https://reviewboard.asterisk.org/r/1254/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@321752 f38db490-d61c-443f-a65b-d21fe96a405b
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-02-11astobj2 unit test and bug fixdvossel1-0/+379
A bug was discovered during the creation of the astobj2 unit test. When OBJ_MULTIPLE | OBJ_UNLINK is used, the objects being returned had a ref count issue. This patch resolves that. Review: https://reviewboard.asterisk.org/r/496/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@246299 f38db490-d61c-443f-a65b-d21fe96a405b