mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
REPO-1058: REST API - minor fix for "fields" param (fka "properties") to handle field names with spaces
- bump the test count, thanks Ancuta :-) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130836 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -70,7 +70,7 @@ public class QueriesPeopleApiTest extends AbstractSingleNetworkSiteTest
|
|||||||
// deleting users is hard from from static methods. For the moment do it
|
// deleting users is hard from from static methods. For the moment do it
|
||||||
// in the first and last tests, but we have to get the TEST count right!
|
// in the first and last tests, but we have to get the TEST count right!
|
||||||
// If we don't, a test fails or the users get left behind (not too bad).
|
// If we don't, a test fails or the users get left behind (not too bad).
|
||||||
private static int TEST_COUNT = 21;
|
private static int TEST_COUNT = 22;
|
||||||
private static int testCounter = 0;
|
private static int testCounter = 0;
|
||||||
|
|
||||||
// Test usernames
|
// Test usernames
|
||||||
|
Reference in New Issue
Block a user