[geary/wip/composer-folks] Possible test fix
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/composer-folks] Possible test fix
- Date: Mon, 24 Jun 2019 11:23:52 +0000 (UTC)
commit 416173414669c4780f6a23530ba898334953ae57
Author: Michael Gratton <mike vee net>
Date: Mon Jun 24 21:00:51 2019 +1000
Possible test fix
test/test-engine.vala | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/test/test-engine.vala b/test/test-engine.vala
index 55862bd5..e05475ae 100644
--- a/test/test-engine.vala
+++ b/test/test-engine.vala
@@ -10,11 +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");
+ GLib.Intl.setlocale(LocaleCategory.COLLATE, "C.UTF-8");
+
+ Test.init(ref args);
Geary.RFC822.init();
Geary.HTML.init();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]