Skip to content

fix testschedulerunit, which was crashing

Hy Murveit requested to merge murveit/kstars:scheduler11 into master

An access to KStarsData::Instance() crept into the scheduler code that this scheduler unit test calls. This unit test doesn't instantiate the UI, but KStarsData does access the UI.

Fix the test by disabling a kstars flag in the unit test which will stop the test from using KStarsData.

Merge request reports