238239240241242243244245
assertEquals("", writer.toString()); } protected void setUp() throws Exception { super.setUp(); tag = new DateTag(); tag.setPageContext(pageContext); }
289290291292293294295296