webwork/src/test/webwork/view WebTestCase.java,NONE,1.1 WebViewTestCase.java,1.1,NONE
[email protected] Sat, 01 Nov 2003 17:17:40 -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-serv6764/webwork/view Added Files: WebTestCase.java Removed Files: WebViewTestCase.java Log Message: Got rid of complex and unintelligible mock testcase, it's just too badly written Added BeanUtilTestCase Renamed all testcases that require a server to *WebTestCase.java --- NEW FILE: WebTestCase.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 WebTestCase extends TestCaseSupport { protected final static String TEST_SERVER = "http://localhost:8000"; 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 WebTestCase(String testName) { super(testName); } } --- WebViewTestCase.java DELETED --- ------------------------------------------------------- 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/