721722723724725726727728
/** Bootstrap for the self-test code. */ public static void main( String[] argc ) throws Exception { TestCase test = new TestJspTaglibs( "test-jsptaglibs.txt" ); test.run(); } }