#7759 closed defect (fixed)
[Patch] Validator progress monitor does not update after "Building in Building" check
Reported by: | mrwojo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
The progress monitor stops updating with the "Building in Building" check (11 of 24).
BuildingInBuilding.endTest()
never calls progressMonitor.finishTask()
(other endTest()
overrides call super.endTest()
). Thus, as far as the progressMonitor
is concerned, the BuildingInBuilding
subtask never ends. Fixing that reveals OverlappingAreas.endTest()
has the same problem.
The attached patch calls super.endTest()
where needed and adds an instruction comment to Test.endTest()
.
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | endTest.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 5269/josm: