assertEquals(1, sfChildren.size());
assertTrue(
storeMember.getParentMember().equals(sfMember));
// Now tell the cache that Store 14 moved to CA
final MemberEditCommand command =
cc.createMoveCommand(storeMember, caMember);
try {
cc.execute(command);
fail("Should have failed due to improper level");
} catch (MondrianException e) {