You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ce...@apache.org on 2005/02/11 15:46:23 UTC

cvs commit: logging-log4j/tests db.xml

ceki        2005/02/11 06:46:23

  Modified:    tests    db.xml
  Log:
  minor fix
  
  Revision  Changes    Path
  1.4       +5 -7      logging-log4j/tests/db.xml
  
  Index: db.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/db.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- db.xml	6 Jan 2005 23:15:53 -0000	1.3
  +++ db.xml	11 Feb 2005 14:46:23 -0000	1.4
  @@ -65,32 +65,30 @@
         <classpath refid="tests.classpath"/>
       </sql>
       
  -    
       <echo message="Running test case with DriverManager config file"/>
       <antcall target="invokeDBTestCase">
         <param name="appendConfigFile" value="./input/db/append-with-drivermanager1.xml"/>
         <param name="readConfigFile"   value="./input/db/read-with-drivermanager1.xml"/>
       </antcall>
  -  
   
       <echo message="Running test case with DataSource"/>
       <antcall target="invokeDBTestCase">
         <param name="appendConfigFile" value="./input/db/append-with-datasource1.xml"/>
         <param name="readConfigFile"   value="./input/db/read-with-datasource1.xml"/>
       </antcall>
  -
  -
  +  	
       <echo message="Running test case with a native *pooled* DataSource"/>
       <antcall target="invokeDBTestCase">
         <param name="appendConfigFile" value="./input/db/append-with-pooled-datasource1.xml"/>
         <param name="readConfigFile"   value="./input/db/read-with-pooled-datasource1.xml"/>
       </antcall>
  -  	
  -    <echo message="Running test case with a DataSource with JNDI"/>
  +
  +  	<echo message="Running tests DataSource with JNDI"/>
       <antcall target="invokeDBTestCase">
         <param name="appendConfigFile" value="./input/db/append-with-jndi1.xml"/>
         <param name="readConfigFile"   value="./input/db/read-with-jndi1.xml"/>
  -    </antcall> 
  +    </antcall>
  +     
     </target>   
     
     <!-- ============ hsqldb  specific tests ============== -->     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org