vmassol     02/04/09 17:29:47

  Modified:    documentation/docs/xdocs howto_testcase.xml
  Log:
  no more junit.ui (now junit.swingui)
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-cactus/documentation/docs/xdocs/howto_testcase.xml
  
  Index: howto_testcase.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/howto_testcase.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto_testcase.xml        10 Mar 2002 14:10:25 -0000      1.1
  +++ howto_testcase.xml        10 Apr 2002 00:29:47 -0000      1.2
  @@ -143,7 +143,7 @@
   
   public static void main(String[] theArgs)
   {
  -    junit.ui.TestRunner.main(new String[] {TestSampleServlet.class.getName()});
  +    junit.swingui.TestRunner.main(new String[] {TestSampleServlet.class.getName()});
   }
   
   public static Test suite()
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to