Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
1.2.3.RELEASE
-
None
Description
In ROO 1.2.3, generated integration test contain this:
@ContextConfiguration(locations =
However, this causes problems when there are applicationContext*.xml files in both test resources and main resources. The expected behaviour is for test context files to combine with main context files, so the test context files can override only the configuration that is different for testing.
So, instead it should be like this:
@ContextConfiguration(locations =