aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/simplefile.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 declaration of class SimpleFile.Renato Filho2010-05-261-22/+7
| | | | | | | Move FILE member to internal structor to avoid errors on compilation of debian PPC. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Adds test case for overload with static and a non-static versions of a method.Hugo Lima2010-01-191-0/+3
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Added visibility rules to libsample.Hugo Lima2009-11-231-1/+2
|
* Removed the use of fileno from the SimpleFile test, since it is Linux specific.Marcelo Lira2009-11-231-7/+0
|
* removed debug line from SimpleFile test classMarcelo Lira2009-10-231-1/+0
|
* added the SimpleFile class to the sample library to check how aMarcelo Lira2009-10-201-0/+81
method returning a boolean value that indicates success/failure on a IO operation could be modified to express the any occurring problems as Python exceptions (in this case IOError); the generator was changed to return a 'None' value for Python callers on methods that had it's return value removed