mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
Merge branch 'federated_sharing' of https://github.com/owncloud/android-library into federated_sharing
This commit is contained in:
commit
547f7116ac
@ -225,7 +225,7 @@ public class GetShareesTest extends RemoteTest {
|
||||
throw afe;
|
||||
}
|
||||
|
||||
// search for sharees including "admin@qa2.oc.solidgear.es" - expecting at least 1 result
|
||||
// search for 'admin' sharee from external server - expecting at least 1 result
|
||||
String remoteSharee = "admin@" + mServerUri2.split("//")[1];
|
||||
getShareesOperation = new GetRemoteShareesOperation(remoteSharee, 1, 50);
|
||||
result = getShareesOperation.execute(mClient);
|
||||
|
Loading…
x
Reference in New Issue
Block a user