webwork/src/test/webwork/view WebSupport.java,NONE,1.1 WebTestCase.java,1.2,NONE

[email protected] Sat, 01 Nov 2003 18:43:25 -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-serv19181/src/test/webwork/view

Added Files:
	WebSupport.java 
Removed Files:
	WebTestCase.java 
Log Message:
Renamed WebTestCase to avoid the junit runner thinking it should be run


--- NEW FILE: WebSupport.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 WebSupport extends TestCaseSupport {

	protected final static String TEST_SERVER = System.getProperty("test.server", "http://localhost:8000");
	protected final static String TEST_CONTEXT = System.getProperty("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 WebSupport(String testName) {
		super(testName);
	}

}

--- WebTestCase.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/