From 250956d0df7c1f06843b0bc3a0c33ea9f2b2a642 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 22 Jan 2016 11:10:57 +0000 Subject: mpd: beginnings of list support --- test/test_mpd_emu.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/test_mpd_emu.rb') diff --git a/test/test_mpd_emu.rb b/test/test_mpd_emu.rb index 869bff4..e536459 100644 --- a/test/test_mpd_emu.rb +++ b/test/test_mpd_emu.rb @@ -51,6 +51,14 @@ class TestMpdEmu < Testcase assert_nil @c.read(1) end + def test_bad_list_states + %w(command_list_end).each do |cmd| + @c.write "#{cmd}\n" + assert_equal %Q![5@0 {} unknown command "#{cmd}"\n!, @c.gets + assert_nil IO.select([@c], nil, nil, 0) + end + end + # to ensure output buffering works: module BigOutput WAKE = IO.pipe -- cgit v1.2.3-24-ge0c7