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:
Nick Burch
2010-08-25 13:36:31 +00:00
parent 926effbcae
commit 8ae41a2a94

View File

@@ -436,7 +436,7 @@ public class ReplicationRestApiTest extends BaseWebScriptTest
key.equals("executionDetails") || key.equals("payload") || key.equals("executionDetails") || key.equals("payload") ||
key.equals("transferLocalReport") || key.equals("transferLocalReport") ||
key.equals("transferRemoteReport") || key.equals("transferRemoteReport") ||
key.equals("enabled")) { key.equals("enabled") || key.equals("schedule")) {
// All good // All good
} else { } else {
fail("Unexpected key '"+key+"' found in json, raw json is\n" + jsonStr); 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("executionDetails") || key.equals("payload") ||
key.equals("transferLocalReport") || key.equals("transferLocalReport") ||
key.equals("transferRemoteReport") || key.equals("transferRemoteReport") ||
key.equals("enabled")) { key.equals("enabled") || key.equals("schedule")) {
// All good // All good
} else { } else {
fail("Unexpected key '"+key+"' found in json, raw json is\n" + jsonStr); fail("Unexpected key '"+key+"' found in json, raw json is\n" + jsonStr);