From 219f694399b5bb6fa0e188e9c83b84c38e3ffb06 Mon Sep 17 00:00:00 2001 From: jq Date: Mon, 2 Apr 2007 15:18:40 +0000 Subject: [PATCH] [project @ 5801] change playback to go from track 0 in order for slow system not to go beyond last file, then stop... and makes the test fail! X-( --- t/26-playback.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/26-playback.t b/t/26-playback.t index fa30fbf..6bcfe21 100644 --- a/t/26-playback.t +++ b/t/26-playback.t @@ -46,6 +46,7 @@ is( $mpd->status->state, 'play', 'play starts playback' ); $mpd->play(2); is( $mpd->status->song, 2, 'play can start playback at a given song' ); +$mpd->play(0); $mpd->pause; $mpd->playid; is( $mpd->status->state, 'play', 'playid starts playback' ); -- 2.11.4.GIT