1
0
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:
davigonz
2016-12-15 09:27:14 +01:00
parent 576231023b
commit b9492966a5
3 changed files with 21 additions and 9 deletions
@@ -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();
}
}