mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Updated test with needed params
This commit is contained in:
+1
-2
@@ -69,7 +69,7 @@ public class UploadFileTest extends RemoteTest {
|
||||
* Test Upload File without chunks
|
||||
*/
|
||||
public void testUploadFile() {
|
||||
|
||||
|
||||
String fullPath2Upload = mBaseFolderPath + UPLOAD_PATH;
|
||||
RemoteOperationResult result = mActivity.uploadFile(
|
||||
mFileToUpload.getAbsolutePath(),
|
||||
@@ -121,5 +121,4 @@ public class UploadFileTest extends RemoteTest {
|
||||
}
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user