Modify ↓
Opened 6 years ago
Closed 6 years ago
#19132 closed defect (wontfix)
[PATCH] NPE if `DataSet.setSelection` is called during a unit test
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
There is an NPE if Territories.getRegionalTaginfoUrls is called during a test (it isn't called directly by my test code -- I'm using DataSet.setSelected).
The attached patch sets the taginfoGeofabrikCache to an empty map on initialization.
See #18729.
Attachments (1)
Change History (2)
by , 6 years ago
| Attachment: | 19132.patch added |
|---|
comment:1 by , 6 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.


