aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/point.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added test for removed pointer out argument.Marcelo Lira2012-03-081-0/+9
|
* Fix bug#530 - "Importing division from future breaks QPoint division"Hugo Parente Lima2012-03-081-0/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
* 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>
* Revert "Created operator != or __ne__ in Point class, to avoid tests errors ↵Marcelo Lira2010-08-031-6/+0
| | | | | | | | | | | | with Python 2.7." This reverts commit ce4b5f535f43bd2ff800b709f88c6f9c5be68003. The unittest.assertNotEqual method has changed in Python 2.7 to use the "!=" operator. The Point class was intentionally left without a "!=" to test if Shiboken would raise a NotImplementedError exception. This commit will be reverted and the tests using Point and assertNotEqual must be changed to avoid the possible usage of "!=".
* Created operator != or __ne__ in Point class, to avoid tests errors with ↵Renato Filho2010-08-021-0/+6
| | | | | | | Python 2.7. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* updated Point tests with cases for returning Point pointer,Marcelo Lira2009-11-031-2/+9
| | | | const pointer and const reference
* minor changes to Point class from the test library: using moreMarcelo Lira2009-11-031-12/+6
| | | | references as arguments, and added setX and setY methods
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-011-0/+34
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+111