Description
mvn -Pnoopworkflow gives
issueSYNCOPE226(org.apache.syncope.core.connid.PasswordGeneratorTest) Time elapsed: 6.744 sec <<< ERROR!
java.lang.IllegalStateException: Failed to load ApplicationContext
because of ACT_* lines on src/test/resources/content.xml
When commenting out ACT_* lines on src/test/resources/content.xml the unit tests run fine while integration tests fail with:
TaskTestITCase.sync:285 expected:<[active]> but was:<[created]>
TaskTestITCase.reconcileFromDB:370 expected:<[active]> but was:<[suspended]>