aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phonon
Commit message (Collapse)AuthorAgeFilesLines
* Fix phonon unit test when there are device aliases reported by phonon.Hugo Parente Lima2012-03-081-1/+3
|
* Updated phonon modue to works with python 2.x and 3.xRenato Filho2012-03-082-8/+8
|
* Fix bug 786 - "There's no __eq__ for all classes inherited from ↵Hugo Parente Lima2012-03-082-0/+22
| | | | | | | ObjectDescription<T> due to an Apiextractor bug." Reviewer: Lauro Moura <lauro.neto@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created unit test for ObjectDescription.fromIndex.Renato Filho2012-03-082-0/+19
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Added condition for a phonon test that fails on Win32 with Qt 4.7.1.Marcelo Lira2012-03-081-1/+5
| | | | | | | | | | | | This is due to a bug on Phonon::createPath that happens with the specific combination of Win32 platform and Qt 4.7.1. The bug is reported as fixed for Qt 4.7.2, but it wasn't released yet. For more details on the bug: http://bugreports.qt.nokia.com/browse/QTBUG-13062 Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* Refactoring to Phonon basic playing test.Marcelo Lira2012-03-083-32/+26
| | | | | | | Also replaced the ogg audio tone file for a wav one. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Only try to play the ogg file if the system has the capability to do it.Hugo Parente Lima2012-03-081-3/+7
| | | | | | | This fix a failing test on macosx. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Created unittest for bug 328.renatofilho2010-09-152-0/+19
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix phonon testLuciano Wolf2010-06-171-4/+8
| | | | | | | | Now it checks for ogg backend before playing. The timeout was moved to 10s to avoid phonon timeout. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* chmod -x on some tests, because we need to follow a pattern.Hugo Parente Lima2010-06-101-0/+0
|
* Remove wrapper for classes: QString, QStringRef, QLatin1String, ↵Hugo Parente Lima2010-06-101-2/+2
| | | | QStringMatcher, QChar and QLatin1Char.
* Created new unittest model.Renato Filho2010-06-071-0/+2
| | | | | | | | Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Fix phonon playing testLauro Neto2010-05-031-5/+11
| | | | | Wasn't playing anything as no output was being connected to the source.
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-213-0/+108