aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-10-22 19:47:23 -0700
committerScott Jackson <daneren2005@gmail.com>2014-10-22 19:47:23 -0700
commit627eda88c2142c5d90b52fa4cbb0a85839007321 (patch)
treef7ebe743f2dc02a37859a9a77807bf4caebe8d3b /test
parentdfcd04a8d983627f33ff46cfb572cba1f13176ac (diff)
downloaddsub-627eda88c2142c5d90b52fa4cbb0a85839007321.tar.gz
dsub-627eda88c2142c5d90b52fa4cbb0a85839007321.tar.bz2
dsub-627eda88c2142c5d90b52fa4cbb0a85839007321.zip
#405 Remove shuffle options from everywhere except at album and top levels
Diffstat (limited to 'test')
-rw-r--r--test/github/daneren2005/dsub/service/DownloadServiceTest.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/github/daneren2005/dsub/service/DownloadServiceTest.java b/test/github/daneren2005/dsub/service/DownloadServiceTest.java
index 44b77b84..7814b4ec 100644
--- a/test/github/daneren2005/dsub/service/DownloadServiceTest.java
+++ b/test/github/daneren2005/dsub/service/DownloadServiceTest.java
@@ -82,7 +82,7 @@ public class DownloadServiceTest extends
// Download two songs
downloadService.getDownloads().clear();
downloadService.download(this.createMusicSongs(2), false, false, false,
- false, 0, 0);
+ 0, 0);
Log.w("testPreviousWithPlayList", "Start waiting to downloads");
Thread.sleep(5000);
@@ -106,7 +106,7 @@ public class DownloadServiceTest extends
// Download two songs
downloadService.getDownloads().clear();
downloadService.download(this.createMusicSongs(2), false, false, false,
- false, 0, 0);
+ 0, 0);
Log.w("testPreviousWithPlayList", "Start waiting downloads");
Thread.sleep(5000);
@@ -185,7 +185,7 @@ public class DownloadServiceTest extends
// Download two songs
downloadService.getDownloads().clear();
downloadService.download(this.createMusicSongs(2), false, false, false,
- false, 0, 0);
+ 0, 0);
Log.w("testPreviousWithPlayList", "Start waiting downloads");
Thread.sleep(5000);
@@ -209,7 +209,7 @@ public class DownloadServiceTest extends
// Download one songs
downloadService.getDownloads().clear();
downloadService.download(this.createMusicSongs(1), false, true, false,
- false, 0, 0);
+ 0, 0);
Log.w("testPreviousWithPlayList", "Start waiting downloads");
Thread.sleep(5000);
@@ -242,7 +242,7 @@ public class DownloadServiceTest extends
// Launch download
downloadService.download(this.createMusicSongs(1), false, false, false,
- false, 0, 0);
+ 0, 0);
// Check number of download after
int afterDownloadAction = 0;