*/
@Ignore
@Test
//TODO: pending, we need a way to test jsp tags.
public void testIncludeResource() throws JspException {
IncludeResource includeResource = new IncludeResource();
includeResource.doStartTag();
System.out.println(includeResource.doStartTag());
}