From 34d09d1449db0252afd0e20de07f21f98aaee739 Mon Sep 17 00:00:00 2001 From: Btjones711 Date: Thu, 26 Jan 2017 21:07:54 -0600 Subject: [PATCH] -Edited Test to reflect Idle bug fix (cherry picked from commit 03b763172af9b5698a0dc1f06c19443e5580b101) --- tests/mpd/protocol/test_reflection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mpd/protocol/test_reflection.py b/tests/mpd/protocol/test_reflection.py index 097c2e2a..43645c00 100644 --- a/tests/mpd/protocol/test_reflection.py +++ b/tests/mpd/protocol/test_reflection.py @@ -23,7 +23,7 @@ class ReflectionHandlerTest(protocol.BaseTestCase): self.assertNotInResponse('command: command_list_begin') self.assertNotInResponse('command: command_list_ok_begin') self.assertNotInResponse('command: command_list_end') - self.assertNotInResponse('command: idle') + self.assertInResponse('command: idle') self.assertNotInResponse('command: noidle') self.assertNotInResponse('command: sticker') self.assertInResponse('OK')