test-client: Fix test failure for new composer widget tests under CI
Init icon factory so composer tests work under CI, add rsvg as a test dependency for Ubuntu which as of 20.10 does not include it by default.
This commit is contained in:
parent
29ba9311e6
commit
e5bfd7295c
2 changed files with 2 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ int main(string[] args) {
|
|||
Gtk.init(ref args);
|
||||
Test.init(ref args);
|
||||
|
||||
IconFactory.init(GLib.File.new_for_path(_SOURCE_ROOT_DIR));
|
||||
Geary.RFC822.init();
|
||||
Geary.HTML.init();
|
||||
Geary.Logging.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue