Loading test_client/res/values/setup.xml +1 −3 Original line number Diff line number Diff line Loading @@ -24,9 +24,7 @@ --> <resources> <string name="server_base_url"></string> <!-- the server url, without webdav path --> <string name="webdav_path">/remote.php/webdav</string> <!-- default value for webdav path (owncloud version > = 4)--> <string name="server_base_url"></string> <string name="username"></string> <string name="password"></string> <bool name="chunked">true</bool> </resources> test_client/tests/src/com/owncloud/android/lib/test_project/test/MoveFileTest.java +19 −19 Original line number Diff line number Diff line Loading @@ -95,8 +95,6 @@ public class MoveFileTest extends AndroidTestCase { protected void setUp() throws Exception { super.setUp(); if (!mGlobalSetupDone) { mServerUri = getContext().getString(R.string.server_base_url); mUser = getContext().getString(R.string.username); mPass = getContext().getString(R.string.password); Loading @@ -116,6 +114,8 @@ public class MoveFileTest extends AndroidTestCase { ) ); if (!mGlobalSetupDone) { Log.v(LOG_TAG, "Starting global set up"); RemoteOperationResult result = TestActivity.createFolder(SRC_FOLDER_PATH, true, mClient); Loading Loading
test_client/res/values/setup.xml +1 −3 Original line number Diff line number Diff line Loading @@ -24,9 +24,7 @@ --> <resources> <string name="server_base_url"></string> <!-- the server url, without webdav path --> <string name="webdav_path">/remote.php/webdav</string> <!-- default value for webdav path (owncloud version > = 4)--> <string name="server_base_url"></string> <string name="username"></string> <string name="password"></string> <bool name="chunked">true</bool> </resources>
test_client/tests/src/com/owncloud/android/lib/test_project/test/MoveFileTest.java +19 −19 Original line number Diff line number Diff line Loading @@ -95,8 +95,6 @@ public class MoveFileTest extends AndroidTestCase { protected void setUp() throws Exception { super.setUp(); if (!mGlobalSetupDone) { mServerUri = getContext().getString(R.string.server_base_url); mUser = getContext().getString(R.string.username); mPass = getContext().getString(R.string.password); Loading @@ -116,6 +114,8 @@ public class MoveFileTest extends AndroidTestCase { ) ); if (!mGlobalSetupDone) { Log.v(LOG_TAG, "Starting global set up"); RemoteOperationResult result = TestActivity.createFolder(SRC_FOLDER_PATH, true, mClient); Loading