<%--
Created by IntelliJ IDEA.
User: philips
Date: Sep 22, 2005
Time: 11:48:48 AM
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<body>
<p>
You may type in the name of a test suite:
<br/>
<form action="TestServlet" method="get" name="youTypeItForm">
<input type="text" name="suite" size=60 />
<input type="submit" value="Run" />
</form>
</p>
<hr/>
<p>
You may pick one or more of the following test suites:
<br/>
<form action="TestServlet" method="get" name="youPickItForm">
<select name="suite" size="2" multiple>
<option value="test.org.osuosl.ockham.registry.RegistryTests">
test.org.osuosl.ockham.registry.RegistryTests
</option>
</select>
<input type="submit" value="Run" />
</form>
</p>
</body>
</html>