" Button button = new Button('0');",
" add(button, new TableLayoutData(2));",
" }",
" }",
"}");
panel.refresh();
TableLayoutInfo layout = (TableLayoutInfo) panel.getLayout();
//
layout.command_normalizeSpanning();
assertEditor(
"import com.google.gwt.user.client.ui.Button;",