SOLR-11063: fixed test failure.

This commit is contained in:
Noble Paul 2018-01-16 00:24:55 +11:00
parent f7f0ed1fc5
commit e4438a2bb7
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ public class Policy implements MapWriter {
if (!getPolicies().equals(policy.getPolicies())) return false;
if (!getClusterPolicy().equals(policy.getClusterPolicy())) return false;
if (!getClusterPreferences().equals(policy.getClusterPreferences())) return false;
return params.equals(policy.params);
return true;
}
/*This stores the logical state of the system, given a policy and