[geary/wip/composer-folks] Possible test fix



commit f7cb6a6f9738406047a7a50d5c526364d297d24a
Author: Michael Gratton <mike vee net>
Date:   Mon Jun 24 21:00:51 2019 +1000

    Possible test fix

 test/test-engine.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/test-engine.vala b/test/test-engine.vala
index 55862bd5..c11183f5 100644
--- a/test/test-engine.vala
+++ b/test/test-engine.vala
@@ -10,12 +10,12 @@ int main(string[] args) {
      * Initialise all the things.
      */
 
-    Test.init(ref args);
-
     // Ensure things like e.g. GLib's formatting routines uses a
     // UTF-8-based locale rather ASCII
     GLib.Intl.setlocale(LocaleCategory.ALL, "C.UTF-8");
 
+    Test.init(ref args);
+
     Geary.RFC822.init();
     Geary.HTML.init();
     Geary.Logging.init();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]