webwork/src/test/webwork/action/client ClientDispatcherWebTestCase.java,1.2,1.3
[email protected] Thu, 13 Nov 2003 15:24:06 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/test/webwork/action/client
In directory sc8-pr-cvs1:/tmp/cvs-serv14141/src/test/webwork/action/client
Modified Files:
ClientDispatcherWebTestCase.java
Log Message:
no message
Index: ClientDispatcherWebTestCase.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/test/webwork/action/client/ClientDispatcherWebTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ClientDispatcherWebTestCase.java 13 Nov 2003 23:21:18 -0000 1.2
+++ ClientDispatcherWebTestCase.java 13 Nov 2003 23:24:04 -0000 1.3
@@ -14,6 +14,7 @@
public void testClientCall() throws Exception
{
ClientDispatcher dispatcher = new ClientDispatcher(TEST_HOME + "servlet/dispatch");
+ assertEquals(TEST_HOME + "servlet/dispatch", dispatcher.getHost());
Action dummyAction = new DummyAction();
ActionResult result = dispatcher.execute(dummyAction);
assertEquals("unexpected action result", Action.SUCCESS, result.getResult());
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/