Git cleanup.
This commit is contained in:
parent
3937236341
commit
324f5b1005
142 changed files with 0 additions and 204 deletions
17
google-tagunit/test/index.jsp
Normal file
17
google-tagunit/test/index.jsp
Normal file
|
@ -0,0 +1,17 @@
|
|||
<%@ taglib uri="http://www.tagunit.org/tagunit/core" prefix="tagunit" %>
|
||||
|
||||
<%--
|
||||
Tests for TagUnit tag libraries
|
||||
-------------------------------
|
||||
This page contains the tests required to automatically test the basics of
|
||||
the tag libraries that are a part of the TagUnit framework
|
||||
|
||||
--%>
|
||||
|
||||
<tagunit:testTagLibrary uri="/test/tagunit">
|
||||
<tagunit:tagLibraryDescriptor jar="tagunit.jar" name="tagunit-core.tld"/>
|
||||
</tagunit:testTagLibrary>
|
||||
|
||||
<tagunit:testTagLibrary uri="/test/tagunit">
|
||||
<tagunit:tagLibraryDescriptor jar="tagunit.jar" name="tagunit-display.tld"/>
|
||||
</tagunit:testTagLibrary>
|
Loading…
Add table
Add a link
Reference in a new issue