webwork/src/test/webwork/test/actions DummyAction.java,NONE,1.1

[email protected] Sat, 01 Nov 2003 19:39:41 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/test/webwork/test/actions
In directory sc8-pr-cvs1:/tmp/cvs-serv25779/src/test/webwork/test/actions

Added Files:
	DummyAction.java 
Log Message:
Added ClientDispatcher testcase
context path should not include tests directory
Fixed a relative file mapping in views.properties
Building test-web is now separate from running tests.
To run the web testcases configure build.properties, run test-web target, deploy test-web in your container, then run ant test. To get coverage results, stop the container, then run ant clover.report


--- NEW FILE: DummyAction.java ---
package webwork.test.actions;

import webwork.action.Action;

/**
 * @author Hani Suleiman ([email protected])
 * Date: Nov 1 2003
 * Time: 10:16:13 PM
 */
public class DummyAction implements Action
{
  public String execute() throws Exception
  {
    return SUCCESS;
  }
}




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