Silence a Phonon warning by providing an application name in the tests.

This commit is contained in:
Raoul Snyman 2015-04-28 20:20:03 +02:00
parent 64695b9c33
commit d09c5acd0a
1 changed files with 1 additions and 0 deletions

View File

@ -41,5 +41,6 @@ else:
# Only one QApplication can be created. Use QtGui.QApplication.instance() when you need to "create" a QApplication.
application = QtGui.QApplication([])
application.setApplicationName('OpenLP')
__all__ = ['ANY', 'MagicMock', 'patch', 'mock_open', 'call', 'application']