@Test
 public void testPaginate() throws Exception {
   Assert.assertEquals(0, rtfOutput.paginate(null, 0));
 }