aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/reference_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-081-1/+1
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Modified one more test to use assert_(not a == b) instead of assertNotEqualKalev Lember2010-08-041-1/+1
| | | | | | | | | Similar to 83c272, avoid using assertNotEqual which in Python 2.7 uses the != operator; that operator however is intentionally left undefined in Point class. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org> Reviewed by Renato Araujo <renato.filho@openbossa.org>
* chmod -x on all tests.Hugo Parente Lima2010-06-161-0/+0
| | | | We can't run they standalone anyway, because they need some env vars to be exported like PYTHONPATH.
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-1/+1
| | | | | | This method is needed because you can not call Converter<T>::isConvertible inside a Converter<Y>::isConvertible implementation, otherwise it'll create a 2-step implicit conversion.
* Added unit test for crash with references, None types and comparison functions.Hugo Parente Lima2010-04-051-1/+6
|
* added new test cases to check if a value-type object passed as reference toMarcelo Lira2009-10-301-0/+27
| | | | regular, virtual and reimplemented virtual methods are being altered in place
* Fix LGPL license plates to libsample unit tests, so the tests can be ↵Hugo Lima2009-09-081-26/+24
| | | | executed again.
* added LGPL license plates to libsample unit testsMarcelo Lira2009-09-031-0/+26
|
* updated sample library Reference class and unit tests with casesMarcelo Lira2009-08-271-0/+33
| | | | of virtual methods that receive C++ references
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+28