From f8d353efcb787389478e2aba682669e9187c05d3 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Sat, 9 Jan 2016 09:43:38 -0800 Subject: [PATCH] Rename test method --- tests/functional/openlp_core_lib/test_projector_pjlink1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/openlp_core_lib/test_projector_pjlink1.py b/tests/functional/openlp_core_lib/test_projector_pjlink1.py index ad11e93f6..5345995c6 100644 --- a/tests/functional/openlp_core_lib/test_projector_pjlink1.py +++ b/tests/functional/openlp_core_lib/test_projector_pjlink1.py @@ -42,13 +42,13 @@ class TestPJLink(TestCase): @patch.object(pjlink_test, 'send_command') @patch.object(pjlink_test, 'waitForReadyRead') @patch('openlp.core.common.qmd5_hash') - def ticket_92187_test(self, + def authenticated_connection_call_test(self, mock_qmd5_hash, mock_waitForReadyRead, mock_send_command, mock_readyRead): """ - Fix for projector connect with PJLink authentication exception + Fix for projector connect with PJLink authentication exception. Ticket 92187. """ # GIVEN: Test object pjlink = pjlink_test