You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by ne...@apache.org on 2001/10/31 16:08:43 UTC

cvs commit: jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/testcase ExcaliburTestCase.java

neeme       01/10/31 07:08:43

  Modified:    src/java/org/apache/avalon/excalibur/testcase
                        ExcaliburTestCase.java
  Log:
  mistake fixed in the XML syntax of the configuration example
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java
  
  Index: ExcaliburTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ExcaliburTestCase.java	2001/10/25 17:01:03	1.9
  +++ ExcaliburTestCase.java	2001/10/31 15:08:43	1.10
  @@ -132,7 +132,7 @@
    *       <datasources>
    *         <jdbc name="personell">
    *           <pool-controller min="5" max="10"/>
  - *           <jdbc name="personnel">
  + *           <jdbc name="personnel"/>
    *           <dburl>jdbc:odbc:test</dburl>
    *           <user>test</user>
    *           <password>test</password>
  @@ -144,7 +144,7 @@
    * </pre>
    *
    * @author <a href="mailto:giacomo@apache.org">Giacomo Pati</a>
  - * @version $Id: ExcaliburTestCase.java,v 1.9 2001/10/25 17:01:03 bloritsch Exp $
  + * @version $Id: ExcaliburTestCase.java,v 1.10 2001/10/31 15:08:43 neeme Exp $
    */
   public class ExcaliburTestCase
       extends TestCase
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>