From 9275630435504541f1e886d4579df8d3163e7bb8 Mon Sep 17 00:00:00 2001 From: jq Date: Wed, 7 Mar 2007 17:28:37 +0000 Subject: [PATCH] [project @ 5568] do not pause when testing output_disable to throw error --- t/23-output.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/23-output.t b/t/23-output.t index f9fab9d..afa282e 100644 --- a/t/23-output.t +++ b/t/23-output.t @@ -55,7 +55,7 @@ is( $mpd->status->volume, 47, 'decreasing volume' ); $mpd->add( 'title.ogg' ); $mpd->add( 'dir1/title-artist-album.ogg' ); $mpd->add( 'dir1/title-artist.ogg' ); -$mpd->play; $mpd->pause; +$mpd->play; $mpd->output_disable(0); sleep(1); like( $mpd->status->error, qr/^problems/, 'disabling output' ); -- 2.11.4.GIT