﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7759	"[Patch] Validator progress monitor does not update after ""Building in Building"" check"	mrwojo	team	"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()`.
"	defect	closed	normal		Core validator		fixed		
