aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testrefcounttag.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes method's argument types that are templates but the template variable ↵Marcelo Lira2012-03-091-2/+2
| | | | | | | | | | wasn't declared. An unit test was added. Other unrelated tests had minor improvements. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug 731 - "Can't specify more than a single 'since' argument"Hugo Parente Lima2012-03-091-1/+1
|
* Created unittest to flag "since".Renato Filho2012-03-091-0/+35
|
* Reactivated 'reference-count' tag.Marcelo Lira2010-02-091-0/+59
The type system tag '<reference-count action="Add|Remove|..."/>' used on argument modification was uncommented, documentation was written and a unit test was created for it. Reviewed by Hugo Parente <hugo.lima@openbossa.org>