You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Class not found org.eclipse.elk.alg.layered.intermediate.SortByInputModelProcessorTest
java.lang.ClassNotFoundException:
occurs when starting a Unit test in eclipse.
Expected behavior
It should not fail.
Additional context
Starting the test as a plug-in test fixes the problem.
In the Eclipse I set up 2022-11-17 it works. The difference is that this old text has the plug-in dependencies in its classpath while the new one has the maven dependencies in its classpath.
The text was updated successfully, but these errors were encountered:
Describe the bug
Class not found org.eclipse.elk.alg.layered.intermediate.SortByInputModelProcessorTest
java.lang.ClassNotFoundException:
occurs when starting a Unit test in eclipse.
Expected behavior
It should not fail.
Additional context
Starting the test as a plug-in test fixes the problem.
In the Eclipse I set up 2022-11-17 it works. The difference is that this old text has the plug-in dependencies in its classpath while the new one has the maven dependencies in its classpath.
The text was updated successfully, but these errors were encountered: