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

OC-2738: Create unitTests in the library: unshare a item.

This commit is contained in:
masensio
2014-02-06 13:50:33 +01:00
parent aed2206804
commit 0f06f2f7fd
2 changed files with 19 additions and 3 deletions
+3 -3
View File
@@ -24,9 +24,9 @@
-->
<resources>
<string name="server_base_url">https://daily.owncloud.com/master/owncloud</string> <!-- the server url, without webdav path -->
<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="username">maria</string>
<string name="password">maria</string>
<string name="username"></string>
<string name="password"></string>
<bool name="chunked">true</bool>
</resources>