Mandiax / soi-toolkit

Automatically exported from code.google.com/p/soi-toolkit
0 stars 0 forks source link

Generator tests: remove MULE_3_4_0_EE version from MuleVersionEnum #364

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The MULE_3_4_0_EE version was added to 
org.soitoolkit.tools.generator.model.enums.MuleVersionEnum for issue 345.
It needs to be removed (and possibly supported in another way) since the 
generator tests loop over the Mule versions in MuleVersionEnum and tests all of 
them - but MULE_3_4_0_EE requires EE-dependencies in the local Maven-repo to 
run. We can't have that.

Original issue reported on code.google.com by hakan.d...@gmail.com on 10 Feb 2014 at 4:17

GoogleCodeExporter commented 8 years ago

Original comment by hakan.d...@gmail.com on 10 Feb 2014 at 4:17

GoogleCodeExporter commented 8 years ago

Original comment by hakan.d...@gmail.com on 23 Feb 2014 at 3:26

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r2122.

Avoid running generator tests for Mule EE-versions.

Original comment by hakan.d...@gmail.com on 24 Feb 2014 at 7:49

GoogleCodeExporter commented 8 years ago
No need to remove EE-version from enum, use existing method isEEVersion() on 
enum to exclude tests.

Original comment by hakan.d...@gmail.com on 24 Feb 2014 at 9:25