[Xfce4-commits] <midori:master> Use a tmp dir for the normal/ custom config folder test case

Christian Dywan noreply at xfce.org
Sat Dec 15 22:48:01 CET 2012


Updating branch refs/heads/master
         to c634bed972831a8b82ba15ccefebebbd93593971 (commit)
       from 01ce6458249453bb47705ca59439437025e4a6a5 (commit)

commit c634bed972831a8b82ba15ccefebebbd93593971
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Dec 15 22:45:51 2012 +0100

    Use a tmp dir for the normal/ custom config folder test case

 tests/app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/app.vala b/tests/app.vala
index 5af0c82..53c14cc 100644
--- a/tests/app.vala
+++ b/tests/app.vala
@@ -44,7 +44,7 @@ void app_normal () {
 void app_normal_custom_config () {
     Midori.Test.log_set_fatal_handler_for_icons ();
     Midori.Paths.Test.reset_runtime_mode ();
-    var app = Midori.normal_app_new ("/tmp/mylittlepony",
+    var app = Midori.normal_app_new (Midori.Paths.make_tmp_dir ("custom-configXXXXXX"),
         "test-custom-config-normal", false, null, null, null, -1, null);
     var loop = MainContext.default ();
     do { loop.iteration (true); } while (loop.pending ());


More information about the Xfce4-commits mailing list