aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/objecttypelayout_test.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fixed argument policy propagate.Renato Filho2010-04-221-1/+11
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Improved tests for the QLayout-like ObjectTypeLayout.Marcelo Lira2009-12-011-0/+103
| | | | | | | | In the new test case an ObjectType uses a layout that contains another layout, both created in C++, and then get deleted. Custom code was used to achieve the correct parentship handling Reviewed by Hugo Lima <hugo.lima@openbossa.org>
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-011-4/+126
| | | | Also added more test cases that use ObjectTypeLayout.
* Added tests for something like QLayout.Hugo Lima2009-11-301-0/+62
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>