aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/sometime.h
Commit message (Collapse)AuthorAgeFilesLines
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* fixed tests exported symbols.Renato Filho2010-08-181-5/+5
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Adds unit test for implicit conversion defined by a conversion operator.Marcelo Lira2010-03-011-0/+3
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Added visibility rules to libsample.Hugo Lima2009-11-231-1/+2
|
* added a new test called Time with a set of constructor and methodMarcelo Lira2009-11-061-0/+94
signatures to test the overload decisor on more situations; also a clarifying comment was added to the Point class