| Type | Changes | By |
|---|
![]() | Changed the implementation wo work with fulcrum-yaafi 1.0.4-dev
since the initalization changed. | sgoeschl |
| Type | Changes | By |
|---|
 | . | 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.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. | 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 |