aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/ownership_delete_child_in_cpp_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated license headers of the tests (Python)Friedemann Kleint2016-09-231-22/+27
| | | | | Change-Id: I982d1d02a0abde50614b8c1e7979100d862455f4 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replaced old Nokia copyrights with Digia copyrights. Removed "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: I0d49f991c3dbd45d804843f185714e8681bc6c51 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* 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.
* Fix some ownership tests.Luciano Wolf2009-12-011-1/+1
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Fix identation of generated code for C++ wrapper destructor.Marcelo Lira2009-11-271-1/+1
| | | | Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Add test for deleting child in cppLauro Neto2009-11-271-0/+49