You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Stephen Duncan <st...@gmail.com> on 2006/06/19 03:00:44 UTC

Core Test in Maven

The newly added testMinimalConfiguration in CoreTest in the Core
module depends on abdera-parser being on the runtime classpath (since
otherwise the factory, etc. are null).  Since parser depends on core,
this creates a circular dependency.  This test should probably be
moved somewhere else, maybe to parser.

-- 
Stephen Duncan Jr
www.stephenduncanjr.com

Re: Core Test in Maven

Posted by James M Snell <ja...@gmail.com>.
Yes. This week my goal is to revamp and fill-in a good majority of the
tests, including providing a local library of test feeds and documents.
 There is a significant amount of functionality that is currently not
covered by the tests.

- James

Stephen Duncan wrote:
> The newly added testMinimalConfiguration in CoreTest in the Core
> module depends on abdera-parser being on the runtime classpath (since
> otherwise the factory, etc. are null).  Since parser depends on core,
> this creates a circular dependency.  This test should probably be
> moved somewhere else, maybe to parser.
>