webwork/src/test/webwork/view WebViewTestCase.java,NONE,1.1
[email protected] Fri, 31 Oct 2003 23:17:03 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/test/webwork/view In directory sc8-pr-cvs1:/tmp/cvs-serv25627/test/webwork/view Added Files: WebViewTestCase.java Log Message: Moved test classes to test tree --- NEW FILE: WebViewTestCase.java --- /* * WebWork, Web Application Framework * * Distributable under Apache license. * See terms of license at opensource.org */ package webwork.view; import webwork.TestCaseSupport; /** * @author Maurice C. Parker ([email protected]) */ public class WebViewTestCase extends TestCaseSupport { protected final static String TEST_SERVER = "http://localhost:8080"; protected final static String TEST_CONTEXT = "/webwork/tests/"; protected final static String TEST_HOME = TEST_SERVER + TEST_CONTEXT; protected final static String TEST_PASSED_TITLE = "Automated Test Passed"; public WebViewTestCase(String testName) { super(testName); } } ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/