// modify - set only host1
hosts.clear();
hosts.put("host1", 1);
appmaster.modifyContainerCluster("foo", new ProjectionData(0,hosts,null));
SatisfyStateData satisfyState = appmaster.getContainerClusters().get("foo").getGridProjection().getSatisfyState();
assertThat(satisfyState.getRemoveData().size(), is(3));
// Map<String, Integer> hostsfromprojection = appmaster.getContainerClusters().get("foo").getGridProjection().getProjectionData().getHosts();
// assertThat(hostsfromprojection.get("host1"), is(1));
// assertThat(hostsfromprojection.get("host2"), is(1));
//