mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Mark out which bits need to be changed to support ALF-4476
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21991 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -436,7 +436,7 @@ public class ReplicationRestApiTest extends BaseWebScriptTest
|
||||
key.equals("executionDetails") || key.equals("payload") ||
|
||||
key.equals("transferLocalReport") ||
|
||||
key.equals("transferRemoteReport") ||
|
||||
key.equals("enabled")) {
|
||||
key.equals("enabled") || key.equals("schedule")) {
|
||||
// All good
|
||||
} else {
|
||||
fail("Unexpected key '"+key+"' found in json, raw json is\n" + jsonStr);
|
||||
@@ -901,7 +901,7 @@ public class ReplicationRestApiTest extends BaseWebScriptTest
|
||||
key.equals("executionDetails") || key.equals("payload") ||
|
||||
key.equals("transferLocalReport") ||
|
||||
key.equals("transferRemoteReport") ||
|
||||
key.equals("enabled")) {
|
||||
key.equals("enabled") || key.equals("schedule")) {
|
||||
// All good
|
||||
} else {
|
||||
fail("Unexpected key '"+key+"' found in json, raw json is\n" + jsonStr);
|
||||
|
Reference in New Issue
Block a user