Modify ↓
#13033 closed enhancement (fixed)
[Patch] JoinAreasActionTest: Do not set status line
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.06 |
Component: | Unit tests | Version: | |
Keywords: | gsoc-core JoinAreasActionTest search | Cc: | Don-vip, bastiK, stoecker |
Description
SearchAction forced an update of the status line. We do not want to require a JOSM main window for this test.
- Remove MapView.map.repaint() - Commands invalidate that layer and the map view updates automatically.
- Add a new search method that does not update the selection.
- Call Main.map.statusLine... only if we update the selection.
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | patch-test-JoinAreasActionTest.patch added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 10457/josm: