public void testRenderInitialPageIncrement() throws IOException {
    Scale scale = new Scale(shell, SWT.NONE);

    lca.render(scale);

    Message message = Fixture.getProtocolMessage();
    CreateOperation operation = message.findCreateOperation(scale);
    assertTrue(operation.getPropertyNames().indexOf("pageIncrement") == -1);
  }