Version | Date | Description |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
![]() |
Changed the implementation wo work with fulcrum-yaafi 1.0.4-dev since the initalization changed. | sgoeschl |
Type | Changes | By |
---|---|---|
![]() |
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 helper "resolve" method that delegates to "lookup" to faciliate using in both Merlin and ECM enviroments. | epugh |
![]() |
Tweak documentation to be more explicit on where config files are pulled from. Thanks to Ben Gidley. | epugh |
Type | Changes | By |
---|---|---|
![]() |
Add additional context value urn:avalon:home to be more Merlin friendly. | epugh |
Type | Changes | By |
---|---|---|
![]() |
allow setup method of subclasses to throw exceptions if they want.. | epugh |
Type | Changes | By |
---|---|---|
![]() |
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 |
![]() |
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 |
![]() |
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 |