Modify ↓
#16845 closed enhancement (fixed)
[PATCH] ChooseTrackVisibilityActionTest: fix for non-headless mode by properly mocking dialogs
Reported by: | ris | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | 18.10 |
Component: | Unit tests | Version: | |
Keywords: | headless | Cc: |
Description
This one is a very lightly asserted test - there are a lot of opportunities here to use the ExtendedDialogMocker.act()
method to do some more involved things with the options available in this dialog.
Based against r14336
Attachments (1)
Change History (5)
by , 6 years ago
Attachment: | v1-0001-ChooseTrackVisibilityActionTest-fix-for-non-headl.patch added |
---|
comment:1 by , 6 years ago
Milestone: | → 18.10 |
---|
comment:4 by , 6 years ago
Because it allowed us to test the string formatting of the dialog box title. Without a name for the layer I was otherwise asserting for the dialog title "Set track visibility for "
which felt a bit silly.
Note:
See TracTickets
for help on using tickets.
I love bananas, but why do we need them in GpxLayerTest?
EDIT: wrote too fast, understood :)