}
@Test
public void more() {
final CommandMap map = new CommandMap();
final AbstractUICommandBase command = (AbstractUICommandBase)
CreateComponentUtils.createComponent(facesContext, ComponentTypes.BUTTON, RendererTypes.BUTTON, "command");
command.getAttributes().put(Attributes.POPUP_CLOSE, "immediate");
command.setRenderedPartially(new String[] {"popup"});
map.setClick(new Command(
"ns:actionId", false, "_blank", "http://www.apache.org/", new String[]{"id1", "id2"}, "id_focus",
"Really?", 1000, Popup.createPopup(command), true));
final String expected = (