eclipse / elk

Eclipse Layout Kernel - Automatic layout for Java applications.
https://www.eclipse.org/elk/
Other
258 stars 86 forks source link

Add additional unit tests for compaction #1086

Open Eddykasp opened 3 weeks ago

Eddykasp commented 3 weeks ago

The current unit tests for graph compaction only test whether the compaction algorithms work correctly on the CGraph but not whether this also correctly maps back to the original graph and all its elements.

This can cause issues such as this #1081 to remain undetected.