aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-11-02 11:24:14 -0800
committerScott Jackson <daneren2005@gmail.com>2014-11-02 11:24:14 -0800
commit393cd13d52425e627ff47709013e7be3827d5122 (patch)
tree4e80c47788926871a60f517828778a79bd75c6dd /test
parent2565520ef21b58ff773fe94825d4456df64c6103 (diff)
downloaddsub-393cd13d52425e627ff47709013e7be3827d5122.tar.gz
dsub-393cd13d52425e627ff47709013e7be3827d5122.tar.bz2
dsub-393cd13d52425e627ff47709013e7be3827d5122.zip
#405 Reverse changes to shuffle, too much negative feedback
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 7814b4ec..44b77b84 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,
- 0, 0);
+ false, 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,
- 0, 0);
+ false, 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,
- 0, 0);
+ false, 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,
- 0, 0);
+ false, 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,
- 0, 0);
+ false, 0, 0);
// Check number of download after
int afterDownloadAction = 0;