This commit is contained in:
Ken Roberts 2016-01-09 09:46:20 -08:00
parent f8d353efcb
commit bcbb523375

View File

@ -43,10 +43,10 @@ class TestPJLink(TestCase):
@patch.object(pjlink_test, 'waitForReadyRead') @patch.object(pjlink_test, 'waitForReadyRead')
@patch('openlp.core.common.qmd5_hash') @patch('openlp.core.common.qmd5_hash')
def authenticated_connection_call_test(self, def authenticated_connection_call_test(self,
mock_qmd5_hash, mock_qmd5_hash,
mock_waitForReadyRead, mock_waitForReadyRead,
mock_send_command, mock_send_command,
mock_readyRead): mock_readyRead):
""" """
Fix for projector connect with PJLink authentication exception. Ticket 92187. Fix for projector connect with PJLink authentication exception. Ticket 92187.
""" """