We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While rewriting the module equivalence tests for #111, I noticed this bit of code in EplAcceptanceTestUtil:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: