[eog] tests: don't inlude pointer in screenshots



commit 692758c64e242563222386cbc12b4fddc47f44e8
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Fri Jul 25 08:02:24 2014 +0200

    tests: don't inlude pointer in screenshots

 tests/environment.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/environment.py b/tests/environment.py
index 3c61d1d..08abbfa 100644
--- a/tests/environment.py
+++ b/tests/environment.py
@@ -45,7 +45,7 @@ def after_step(context, step):
                    "--dest='org.gnome.Shell.Screenshot' " +
                    "'/org/gnome/Shell/Screenshot' " +
                    "org.gnome.Shell.Screenshot.Screenshot " +
-                   "boolean:true boolean:false string:/tmp/screenshot.png")
+                   "boolean:false boolean:false string:/tmp/screenshot.png")
             if context.save_screenshots:
                 # Don't embed screenshot if this is a screenshot tour page
                 name = "%s/screenshot_%s_%02d.png" % (


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