Closed seblemaguer closed 4 years ago
Turns out there is still some dead code left over, and the test logic is not entirely up-to-date... See also #135.
And I think there's an upstream problem with test sources getting generated into the wrong package, introduced in marytts/gradle-marytts-component-plugin@8541ee70c8172fa5420df2b0bc3a9acc6abf790c; this causes integration test code to be generated as, e.g., build/generatedSrc/integrationTest/groovy/component/marytts/voice/CmuSlt/LoadCmuSltIT.groovy
, when it should be in build/generatedSrc/integrationTest/groovy/marytts/voice/CmuSlt/LoadCmuSltIT.groovy
...
Problem with the legacy and mary.base seems to not be set properly for LoadVoiceIT