1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-12 17:03:10 +00:00

Updated UploadFileTest to work with an empty OC server

This commit is contained in:
David A. Velasco
2014-04-15 15:19:10 +02:00
parent b3e3eb74f0
commit 45eecf1ff8
4 changed files with 54 additions and 84 deletions
@@ -77,6 +77,8 @@ public class TestActivity extends Activity {
private static final int BUFFER_SIZE = 1024;
public static final String ASSETS__TEXT_FILE_NAME = "textFile.txt";
public static final String ASSETS__IMAGE_FILE_NAME = "imageFile.png";
public static final String ASSETS__VIDEO_FILE_NAME = "videoFile.MP4";
//private Account mAccount = null;
private OwnCloudClient mClient;