/**
* Test getTableOutputStream() - we need to test that the inheritance model is properly obeyed.
*/
@Test
public void testGetTableOutputStream() {
TTFTableOutputStream tableOut = out.getTableOutputStream();
assertTrue(tableOut instanceof PSTTFTableOutputStream);
}