webwork/src/test/webwork/view/taglib LogicTagsWebTestCase.java,1.1,1.2 UrlWebTestCase.java,1.1,1.2
[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/taglib In directory sc8-pr-cvs1:/tmp/cvs-serv19181/src/test/webwork/view/taglib Modified Files: LogicTagsWebTestCase.java UrlWebTestCase.java Log Message: Renamed WebTestCase to avoid the junit runner thinking it should be run Index: LogicTagsWebTestCase.java =================================================================== RCS file: /cvsroot/opensymphony/webwork/src/test/webwork/view/taglib/LogicTagsWebTestCase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- LogicTagsWebTestCase.java 2 Nov 2003 01:17:38 -0000 1.1 +++ LogicTagsWebTestCase.java 2 Nov 2003 02:43:23 -0000 1.2 @@ -15,12 +15,12 @@ import com.meterware.httpunit.WebRequest; import com.meterware.httpunit.WebResponse; import com.meterware.httpunit.WebTable; -import webwork.view.WebTestCase; +import webwork.view.WebSupport; /** * @author Maurice C. Parker ([email protected]) */ -public class LogicTagsWebTestCase extends WebTestCase { +public class LogicTagsWebTestCase extends WebSupport { public LogicTagsWebTestCase(String testName) { super(testName); Index: UrlWebTestCase.java =================================================================== RCS file: /cvsroot/opensymphony/webwork/src/test/webwork/view/taglib/UrlWebTestCase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- UrlWebTestCase.java 2 Nov 2003 01:17:38 -0000 1.1 +++ UrlWebTestCase.java 2 Nov 2003 02:43:23 -0000 1.2 @@ -18,12 +18,12 @@ import com.meterware.httpunit.WebConversation; import com.meterware.httpunit.WebRequest; import com.meterware.httpunit.WebResponse; -import webwork.view.WebTestCase; +import webwork.view.WebSupport; /** * @author Maurice C. Parker ([email protected]) */ -public class UrlWebTestCase extends WebTestCase { +public class UrlWebTestCase extends WebSupport { public UrlWebTestCase(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/