1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-20 12:52:53 +00:00

Recovered error when file to copy doesn't exist but still keeping dependency on Context out

This commit is contained in:
David A. Velasco
2015-08-18 14:07:59 +02:00
parent b281585c93
commit 819b465385
3 changed files with 22 additions and 19 deletions
@@ -397,6 +397,7 @@ public class CopyFileTest extends ActivityInstrumentationTestCase2<TestActivity>
// copy a folder into a descendant
copyOperation = new CopyRemoteFileOperation(
getContext(),
SRC_BASE_FOLDER,
SRC_PATH_TO_EMPTY_FOLDER,
false