Rename test method

This commit is contained in:
Ken Roberts 2016-01-09 09:43:38 -08:00
parent 94df2d2d86
commit f8d353efcb
1 changed files with 2 additions and 2 deletions

View File

@ -42,13 +42,13 @@ class TestPJLink(TestCase):
@patch.object(pjlink_test, 'send_command') @patch.object(pjlink_test, 'send_command')
@patch.object(pjlink_test, 'waitForReadyRead') @patch.object(pjlink_test, 'waitForReadyRead')
@patch('openlp.core.common.qmd5_hash') @patch('openlp.core.common.qmd5_hash')
def ticket_92187_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 Fix for projector connect with PJLink authentication exception. Ticket 92187.
""" """
# GIVEN: Test object # GIVEN: Test object
pjlink = pjlink_test pjlink = pjlink_test