cot.setValue("bar");
cpgl.getChildren().add(hot);
cpgl.getChildren().add(cot);
Object state = context.saveComponent(cpgl);
UIComponent restored = context.restoreComponent(state);
assertTrue(restored instanceof CorePanelGroupLayout);
assertEquals(restored.getChildCount(), 2);
assertEquals(restored.getAttributes().get("layout"), "horizontal");