forked from GeoKnow/DEER
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Test Cases
Properties we need to test
- It should be possible to take the same output port into multiple different inputs
Example:
- The order of the outputs should be correctly reflected in the generated configuration
Example:
The generated configuration should have fcage:fromPort 0
for the first output and fcage:fromPort 1
for the second output.
Test also if this is holds when you remove the first link in the webUI and repaint the link in the webUI.
The ordering should be determined by the output ports order and not the order in which the links are drawn.