PaneInstance ctx5 = (PaneInstance) dlContext.getFormatInstance(pane,
new NDimensionalIndex(idx));
ctx5.getCurrentBuffer().writeText("non-empty");
temporal.setChildAt(pane, 0);
//Render the format
TemporalFormatIteratorInstance sfi =
new TemporalFormatIteratorInstance(
NDimensionalIndex.ZERO_DIMENSIONS);
sfi.setFormat(temporal);
sfi.setDeviceLayoutContext(dlContext);
getTemporalIteratorFormatRenderer().render(formatRendererContext, sfi);
String verifyString = "1,2,3,3,3,";
assertEquals("Time values not correct", verifyString,
durationBuffer.toString());