vmassol 02/04/09 17:13:43
Modified: sample-servlet/src/sample/share/org/apache/cactus/sample
TestSampleBodyTag.java TestSampleServlet.java
TestSampleServletConfig.java TestSampleTag.java
Log:
moved junit.ui to junit.swingui as, the ui package has apparently disappeared ...
Revision Changes Path
1.2 +2 -2
jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleBodyTag.java
Index: TestSampleBodyTag.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleBodyTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestSampleBodyTag.java 10 Mar 2002 14:26:04 -0000 1.1
+++ TestSampleBodyTag.java 10 Apr 2002 00:13:42 -0000 1.2
@@ -67,7 +67,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nciholas Lesiecki</a>
*
- * @version $Id: TestSampleBodyTag.java,v 1.1 2002/03/10 14:26:04 vmassol Exp $
+ * @version $Id: TestSampleBodyTag.java,v 1.2 2002/04/10 00:13:42 vmassol Exp $
*/
public class TestSampleBodyTag extends JspTestCase
{
@@ -88,7 +88,7 @@
*/
public static void main(String[] theArgs)
{
- junit.ui.TestRunner.main(new String[]{
+ junit.swingui.TestRunner.main(new String[]{
TestSampleBodyTag.class.getName()});
}
1.2 +2 -2
jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServlet.java
Index: TestSampleServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServlet.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestSampleServlet.java 10 Mar 2002 14:26:04 -0000 1.1
+++ TestSampleServlet.java 10 Apr 2002 00:13:42 -0000 1.2
@@ -70,7 +70,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestSampleServlet.java,v 1.1 2002/03/10 14:26:04 vmassol Exp $
+ * @version $Id: TestSampleServlet.java,v 1.2 2002/04/10 00:13:42 vmassol Exp $
*/
public class TestSampleServlet extends ServletTestCase
{
@@ -91,7 +91,7 @@
*/
public static void main(String[] theArgs)
{
- junit.ui.TestRunner.main(new String[]{
+ junit.swingui.TestRunner.main(new String[]{
TestSampleServlet.class.getName()});
}
1.2 +2 -2
jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServletConfig.java
Index: TestSampleServletConfig.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleServletConfig.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestSampleServletConfig.java 10 Mar 2002 14:26:04 -0000 1.1
+++ TestSampleServletConfig.java 10 Apr 2002 00:13:42 -0000 1.2
@@ -69,7 +69,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: TestSampleServletConfig.java,v 1.1 2002/03/10 14:26:04 vmassol Exp
$
+ * @version $Id: TestSampleServletConfig.java,v 1.2 2002/04/10 00:13:42 vmassol Exp
$
*/
public class TestSampleServletConfig extends ServletTestCase
{
@@ -90,7 +90,7 @@
*/
public static void main(String[] theArgs)
{
- junit.ui.TestRunner.main(new String[]{
+ junit.swingui.TestRunner.main(new String[]{
TestSampleServletConfig.class.getName()});
}
1.2 +2 -2
jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleTag.java
Index: TestSampleTag.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/sample-servlet/src/sample/share/org/apache/cactus/sample/TestSampleTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestSampleTag.java 10 Mar 2002 14:26:04 -0000 1.1
+++ TestSampleTag.java 10 Apr 2002 00:13:42 -0000 1.2
@@ -66,7 +66,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Nicholas Lesiecki</a>
*
- * @version $Id: TestSampleTag.java,v 1.1 2002/03/10 14:26:04 vmassol Exp $
+ * @version $Id: TestSampleTag.java,v 1.2 2002/04/10 00:13:42 vmassol Exp $
*/
public class TestSampleTag extends JspTestCase
{
@@ -87,7 +87,7 @@
*/
public static void main(String[] theArgs)
{
- junit.ui.TestRunner.main(new String[]{
+ junit.swingui.TestRunner.main(new String[]{
TestSampleTag.class.getName()});
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>