geosolutions-it / MapStore2-C028

Sistema Informativo Territoriale del Comune di Bolzano
Other
2 stars 8 forks source link

#171 Fixed epic pre-checks. skipped test #173

Closed offtherailz closed 4 years ago

offtherailz commented 4 years ago

This fixes the epic issues caused by a race condition from recent canges. The epic was checking the bbox to see if the map was present. Now it checks cener (bbox is set in a second time by change_map_view, and it could happen before the check . A second map presence check is not required.

Moreover this PR restores tests and skip the test of this specific epic, because was too wired to old services in test environment and it doesn't work anymore.