[geary/wip/imap-db-acccount-test-flakey: 3/4] Fix name of temp dir used in ImapDB.AccountTest



commit 8a057a20860efec762fff8a2adbd9dab3dbddda9
Author: Michael Gratton <mike vee net>
Date:   Tue Jan 22 00:55:38 2019 +1100

    Fix name of temp dir used in ImapDB.AccountTest

 test/engine/imap-db/imap-db-account-test.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/test/engine/imap-db/imap-db-account-test.vala b/test/engine/imap-db/imap-db-account-test.vala
index d70e44e5..768416bc 100644
--- a/test/engine/imap-db/imap-db-account-test.vala
+++ b/test/engine/imap-db/imap-db-account-test.vala
@@ -30,7 +30,7 @@ class Geary.ImapDB.AccountTest : TestCase {
 
     public override void set_up() throws GLib.Error {
         this.tmp_dir = GLib.File.new_for_path(
-            GLib.DirUtils.make_tmp("geary-db-database-test-XXXXXX")
+            GLib.DirUtils.make_tmp("geary-imap-db-account-test-XXXXXX")
         );
 
         this.config = new Geary.AccountInformation(


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