epsilon
epsilon copied to clipboard
Fix EPL equivalence tests
While rewriting the module equivalence tests for #111, I noticed this bit of code in EplAcceptanceTestUtil
:
https://github.com/eclipse/epsilon/blob/770435007e72764041d6d8d12cca006a3aedb747/tests/org.eclipse.epsilon.epl.engine.test.acceptance/src/org/eclipse/epsilon/epl/engine/test/acceptance/EplAcceptanceTestUtil.java#L50-L53
It looks like the EPL tests broke at some point, and we stubbed them out for now instead of fixing them.
@SMadani any thoughts on what might be the issue? Do you recall if these worked in previous Epsilon versions?