Release History

VersionDateDescription
1.0.5 2005-05-13
1.0.5
1.0.4 2004-11-24
1.0-alpha-2 in cvs
1.0-alpha-2 02-13-2004
1.0-alpha-2 10-31/2003

Get the RSS feed of the last changes

Release 1.0.5 - 2005-05-13

TypeChangesBy
change Changed the implementation wo work with fulcrum-yaafi 1.0.4-dev since the initalization changed. sgoeschl

Release 1.0.5 -

TypeChangesBy

Release 1.0.4 - 2004-11-24

TypeChangesBy
add By default use Yaafi as the Test container, but you can swap to ECM for more "real" testing if required by doing containerType=CONTAINER_ECM; . epugh
add Add helper "resolve" method that delegates to "lookup" to faciliate using in both Merlin and ECM enviroments. epugh
add Tweak documentation to be more explicit on where config files are pulled from. Thanks to Ben Gidley. epugh

Release 1.0-alpha-2 - in cvs

TypeChangesBy
add Add additional context value urn:avalon:home to be more Merlin friendly. epugh

Release 1.0-alpha-2 - 02-13-2004

TypeChangesBy
add allow setup method of subclasses to throw exceptions if they want.. epugh

Release 1.0-alpha-2 - 10-31/2003

TypeChangesBy
update Changed the name of the component app root to "componentAppRoot" from "ComponentAppRoot". This matches what Turbine uses. Really, this should be a configurable thing, not a hardcoded context value. epugh
add TestContainer can accept either the split role.xml, config.xm l or just a single combined xml file. Additionally, by lazy loading the container, you can swap between container configurations in the various unit tests. epugh
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. quintonm