"}");
container.refresh();
AccordionLayoutInfo layout = (AccordionLayoutInfo) container.getLayout();
FlowContainer flowContainer = new FlowContainerFactory(layout, false).get().get(0);
// add new ContentPanel
ContentPanelInfo newPanel = createJavaInfo("com.extjs.gxt.ui.client.widget.ContentPanel");
assertTrue(flowContainer.validateComponent(newPanel));
flowContainer.command_CREATE(newPanel, null);
assertEditor(
"public class Test extends LayoutContainer {",
" public Test() {",