Skip to content

Commit

Permalink
BUG: Fix failing SimpleMarkupsWidget test due to renamed combobox
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.slicer.org/Slicer4/trunk@28683 3bd1e089-480b-0410-8dfb-8563597acbee
  • Loading branch information
lassoan committed Dec 16, 2019
1 parent 578396a commit 53814b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def section_SimpleMarkupsWidget(self):
self.delayDisplay("Test SimpleMarkupsWidget",self.delayMs)

simpleMarkupsWidget = slicer.qSlicerSimpleMarkupsWidget()
nodeSelector = slicer.util.findChildren(simpleMarkupsWidget,"MarkupsFiducialNodeComboBox")[0]
nodeSelector = slicer.util.findChildren(simpleMarkupsWidget,"MarkupsNodeComboBox")[0]
self.assertIsNone(simpleMarkupsWidget.interactionNode())
simpleMarkupsWidget.setMRMLScene(slicer.mrmlScene)
simpleMarkupsWidget.show()
Expand Down

0 comments on commit 53814b1

Please sign in to comment.