daisy / xspec-maven-plugin

A Maven plugin for running XSLT unit tests with XSpec
Apache License 2.0
2 stars 0 forks source link

Fix for running multiple mocking tests #8

Closed rdeltour closed 10 years ago

rdeltour commented 10 years ago

When the test suite include multiple tests with catalogs for mocking functions, the XSpec runner was failing by always resolving URIs to the first match in the entire set of catalogs.

This PR fixes that by configuring the Catalog Manager to create catalogs dynamically.