gnome-shell/tests
Florian Müllner c6d57059ff tests: Work around import dependency loop
The markup unit test currently fails with the following message:

  TypeError: class heritage MessageList.Message is not an object or null

This is because MessageList imports other modules that end up importing
MessageList themselves in order to inherit from one of its classes. But
as the MessageList imports hasn't finished yet (it's still processing
its own imports), that class hasn't been defined yet.

Work around that by importing Main first, so that the importer can
process imports in a proper order.
2019-02-07 02:46:51 +01:00
..
interactive cleanup: Port GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
testcommon cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
unit tests: Work around import dependency loop 2019-02-07 02:46:51 +01:00
meson.build build: Run unit tests on meson test 2017-10-04 18:12:27 +02:00
run-test.sh.in tests: Fix gnome-shell theme import 2018-02-21 14:30:00 +01:00