ceki        2004/05/15 08:15:43

  Modified:    tests/src/java/org/apache/log4j/net
                        SocketServerTestCase.java
               tests    build.xml
  Log:
  Improving docs of the SocketServer test case
  
  Revision  Changes    Path
  1.11      +2 -1      
logging-log4j/tests/src/java/org/apache/log4j/net/SocketServerTestCase.java
  
  Index: SocketServerTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/logging-log4j/tests/src/java/org/apache/log4j/net/SocketServerTestCase.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- SocketServerTestCase.java 9 May 2004 18:37:56 -0000       1.10
  +++ SocketServerTestCase.java 15 May 2004 15:15:43 -0000      1.11
  @@ -28,7 +28,8 @@
   
   
   /**
  -   @author  Ceki Gülcü
  + * 
  + * @author  Ceki Gülcü
   */
   public class SocketServerTestCase extends TestCase {
     static String TEMP = "output/temp";
  
  
  
  1.53      +9 -10     logging-log4j/tests/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/build.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build.xml 3 May 2004 07:40:44 -0000       1.52
  +++ build.xml 15 May 2004 15:15:43 -0000      1.53
  @@ -267,18 +267,17 @@
     <target name="SocketServer" depends="build, cleanOutputDir">
       <parallel>
         <java classname="org.apache.log4j.net.ShortSocketServer" fork="yes">
  -     <arg value="8"/> 
  -     <arg value="input/socketServer"/> 
  -     <classpath refid="tests.classpath"/>
  +         <arg value="8"/> 
  +         <arg value="input/socketServer"/> 
  +         <classpath refid="tests.classpath"/>
         </java>
         <sequential>
  -     <sleep seconds="2"/>
  -     <junit printsummary="yes" fork="yes" haltonfailure="yes">
  -       <sysproperty key="testNumber" value="1"/>
  -       <classpath refid="tests.classpath"/>
  -       <formatter type="plain" usefile="false" />
  -       <test name="org.apache.log4j.net.SocketServerTestCase" />
  -     </junit>
  +         <sleep seconds="2"/>
  +         <junit printsummary="yes" fork="yes" haltonfailure="yes">
  +           <classpath refid="tests.classpath"/>
  +           <formatter type="plain" usefile="false" />
  +           <test name="org.apache.log4j.net.SocketServerTestCase" />
  +         </junit>
         </sequential>
       </parallel>
     </target>
  
  
  

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

Reply via email to