From 52c7726de2d1b47091f8a47337f26c9785bcfe03 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 19 Sep 2012 01:50:48 +0200 Subject: [PATCH] MPD command 'close' does not return 'OK' Test broke when Pykka actors started processing the actor inbox before stopping themselves. --- tests/frontends/mpd/protocol/authentication_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/frontends/mpd/protocol/authentication_test.py b/tests/frontends/mpd/protocol/authentication_test.py index 20422f5b..0f0d9c86 100644 --- a/tests/frontends/mpd/protocol/authentication_test.py +++ b/tests/frontends/mpd/protocol/authentication_test.py @@ -38,7 +38,6 @@ class AuthenticationTest(protocol.BaseTestCase): self.sendRequest(u'close') self.assertFalse(self.dispatcher.authenticated) - self.assertInResponse(u'OK') def test_commands_is_allowed_without_authentication(self): settings.MPD_SERVER_PASSWORD = u'topsecret'