[gtk+] Run accessibility tests always with CSD



commit 6ce3c78b7a59aa2fb95ae05326b7bea3f4dfa9c2
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Mar 5 10:38:23 2016 -0500

    Run accessibility tests always with CSD
    
    This avoids differences in the output that are caused
    by the presence or absence of the header bar.

 testsuite/a11y/a11ytests.test.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/testsuite/a11y/a11ytests.test.in b/testsuite/a11y/a11ytests.test.in
index 99cb1ca..b158f51 100644
--- a/testsuite/a11y/a11ytests.test.in
+++ b/testsuite/a11y/a11ytests.test.in
@@ -1,4 +1,4 @@
 [Test]
-Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose 
--directory @libexecdir@/installed-tests/gtk+/a11ytests"
+Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_CSD=1 @libexecdir@/installed-tests/gtk+/accessibility-dump -k 
--verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests"
 Type=session
 


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