From d253797fc519f2976c4408e0123097e4eaeb95e6 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Thu, 3 Nov 2016 13:27:16 +0000 Subject: [PATCH] Merged 5.2.N (5.2.1) to HEAD (5.2) 130836 jvonka: 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/HEAD/root@132188 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org/alfresco/rest/api/tests/QueriesPeopleApiTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/test-java/org/alfresco/rest/api/tests/QueriesPeopleApiTest.java b/source/test-java/org/alfresco/rest/api/tests/QueriesPeopleApiTest.java index 89ace5c43f..3475195c53 100644 --- a/source/test-java/org/alfresco/rest/api/tests/QueriesPeopleApiTest.java +++ b/source/test-java/org/alfresco/rest/api/tests/QueriesPeopleApiTest.java @@ -70,7 +70,7 @@ public class QueriesPeopleApiTest extends AbstractSingleNetworkSiteTest // 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! // 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; // Test usernames