Fix capabilities acceptance test broken by batch changes limit

This was missed before in Ic929dc4 and the acceptance tests are
currently broken:
  FAILURE testCapabilitiesUser: batchChangesLimit
  java.lang.NoSuchFieldException: batchChangesLimit

Add handling of the batch changes limit field in the acceptance
test.

Change-Id: I486864594cbccaaf0a6f14f14c0b5bc7107e580d
This commit is contained in:
Bruce Zu
2014-11-21 15:03:45 +08:00
committed by David Pursehouse
parent 03c2db91b3
commit 66017ae116
3 changed files with 18 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ public class GlobalCapability {
* limit. This is just used as a suggestion for prepopulating the field in the
* access UI.
*/
private static final int DEFAULT_MAX_BATCH_CHANGES_LIMIT = 0;
public static final int DEFAULT_MAX_BATCH_CHANGES_LIMIT = 0;
/** Can create any account on the server. */
public static final String CREATE_ACCOUNT = "createAccount";