TemporalFormatIterator tfi = new TemporalFormatIterator(canvasLayout);
tfi.setAttribute(TemporalFormatIterator.TEMPORAL_ITERATOR_CELL_COUNT, "0");
tfi.setAttribute(TemporalFormatIterator.TEMPORAL_ITERATOR_CELLS, "fixed");
Format format2 = new Pane(canvasLayout);
format2.setName("pane2");
pageContext.addPaneMapping((Pane)format2);
grid.setRows(1);
grid.setColumns(2);
grid.setParent(tfi);
grid.insertChildAt(format, 0);
format.setParent(grid);
grid.insertChildAt(format2, 1);
format2.setParent(grid);
index = new NDimensionalIndex(new int[] {0});
assertTrue("should skip format.0", createPaneContext(index).ignore());
index = new NDimensionalIndex(new int[] {1});