1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-21 05:13:05 +00:00

OC-2737: Unit Tests for Create Share

This commit is contained in:
masensio
2014-02-04 15:05:08 +01:00
parent a42ac0e5ad
commit aec92fcb12
3 changed files with 97 additions and 3 deletions
+3 -3
View File
@@ -24,9 +24,9 @@
-->
<resources>
<string name="server_base_url"></string> <!-- the server url, without webdav path -->
<string name="server_base_url">https://daily.owncloud.com/master/owncloud</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="username"></string>
<string name="password"></string>
<string name="username">maria</string>
<string name="password">maria</string>
<bool name="chunked">true</bool>
</resources>