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

[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/view
In directory sc8-pr-cvs1:/tmp/cvs-serv25779/src/test/webwork/view

Modified Files:
	WebSupport.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


Index: WebSupport.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/test/webwork/view/WebSupport.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- WebSupport.java	2 Nov 2003 02:43:23 -0000	1.1
+++ WebSupport.java	2 Nov 2003 03:39:39 -0000	1.2
@@ -14,9 +14,13 @@
 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_CONTEXT = System.getProperty("test.context", "/webwork/");
 	protected final static String TEST_HOME = TEST_SERVER + TEST_CONTEXT;
   protected final static String TEST_PASSED_TITLE = "Automated Test Passed";
+
+  public WebSupport() {
+    super();
+  }
 
 	public WebSupport(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/