Skip to content

Commit

Permalink
Fixed crossing test. Refs #3045
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 20, 2024
1 parent 81bbd62 commit 7306d9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/netedit/attributesEnum.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,12 +377,12 @@ class create:
edges = 1
priority = 2
width = 3
button = 10
button = 9

class createTLS:
edges = 1
width = 2
button = 10
button = 9

class inspect:
edges = 1
Expand Down Expand Up @@ -412,8 +412,8 @@ class inspectSelectionTLS:
linkIndex2 = 4
parameters = 7

clearEdges = 3
firstField = 4
useSelectedEdges = 3
firstField = 3


# TLS
Expand Down

0 comments on commit 7306d9b

Please sign in to comment.