« Return to Thread: Xml Functional Tests - Where Should They Live?

Xml Functional Tests - Where Should They Live?

by andrew cooke-2 :: Rate this Message:

Reply to Author | View in Thread


Almost all the tests for the XML module are in the VM package to avoid
dependency loops in Maven (VM is used as the transport to test filters
that operate on XML payloads, etc; the VM tests depend on
mule-tests-functional which depends on mule-module-xml, so making XML
tests depend on VM would add a loop).

One way to avoid this is to put the tests in mule-tests-integration, but I
am reluctant to do that given that those do not run in CI.

Any other suggestions/ideas on how better to arrange this?

Thanks,
Andrew



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Xml Functional Tests - Where Should They Live?