You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ep...@apache.org on 2003/09/08 17:31:38 UTC

cvs commit: jakarta-turbine-fulcrum/testcontainer/xdocs changes.xml

epugh       2003/09/08 08:31:38

  Added:       testcontainer/xdocs changes.xml
  Log:
  Add changes file
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-fulcrum/testcontainer/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
    <properties>
      <title>Fulcrum</title>
      <author email="epugh@upstate.com">Eric Pugh</author>
      <author email="quintonm@bellsouth.net">Quinton McCombs</author>
    </properties>
  
    <body>
      <release version="Not applicable" date="">
        <action dev="epugh" type="add">
          TestContainer can accept either the split role.xml, config.xml
          or just a single combined xml file.  Additionally, by lazy loading
          the container, you can swap between container configurations in
          the various unit tests.
        </action>
        <action dev="quintonm" type="add">
          TestContainer component was added.  This is to be used for 
          testing of the components so that we do not have a dependancy
          on Plexus.  The test container is based on ECM, which is what
          Turbine is using.  A base class for unit tests is also included.
        </action>
       
      </release>
  
    </body>
  </document>