Loading test_client/tests/src/com/owncloud/android/lib/test_project/test/GetShareesTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ public class GetShareesTest extends RemoteTest { resultItem = (JSONObject) result.getData().get(i); value = resultItem.getJSONObject(GetRemoteShareesOperation.NODE_VALUE); type = value.getInt(GetRemoteShareesOperation.PROPERTY_SHARE_TYPE); if (type == ShareType.GROUP) { if (type == ShareType.GROUP.getValue()) { groupCount++; } else { userCount++; Loading @@ -158,7 +158,7 @@ public class GetShareesTest extends RemoteTest { resultItem = (JSONObject) result.getData().get(i); value = resultItem.getJSONObject(GetRemoteShareesOperation.NODE_VALUE); type = value.getInt(GetRemoteShareesOperation.PROPERTY_SHARE_TYPE); if (type == ShareType.GROUP) { if (type == ShareType.GROUP.getValue()) { groupCount++; } else { userCount++; Loading Loading
test_client/tests/src/com/owncloud/android/lib/test_project/test/GetShareesTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ public class GetShareesTest extends RemoteTest { resultItem = (JSONObject) result.getData().get(i); value = resultItem.getJSONObject(GetRemoteShareesOperation.NODE_VALUE); type = value.getInt(GetRemoteShareesOperation.PROPERTY_SHARE_TYPE); if (type == ShareType.GROUP) { if (type == ShareType.GROUP.getValue()) { groupCount++; } else { userCount++; Loading @@ -158,7 +158,7 @@ public class GetShareesTest extends RemoteTest { resultItem = (JSONObject) result.getData().get(i); value = resultItem.getJSONObject(GetRemoteShareesOperation.NODE_VALUE); type = value.getInt(GetRemoteShareesOperation.PROPERTY_SHARE_TYPE); if (type == ShareType.GROUP) { if (type == ShareType.GROUP.getValue()) { groupCount++; } else { userCount++; Loading