[gtk+] Make focus tests session-exclusive



commit b7365c52c4399850b6b6fcf56f12adaae9037f34
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 8 22:15:02 2014 +0200

    Make focus tests session-exclusive
    
    Otherwise, tests running in parallel will steal the focus that
    we are trying to test.

 testsuite/a11y/state/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/testsuite/a11y/state/Makefile.am b/testsuite/a11y/state/Makefile.am
index f457616..28da777 100644
--- a/testsuite/a11y/state/Makefile.am
+++ b/testsuite/a11y/state/Makefile.am
@@ -39,7 +39,7 @@ statetest_DATA = $(testdata)
 
 a11ystate.test: Makefile
        $(AM_V_GEN) (echo '[Test]' > $  tmp; \
-       echo 'Type=session' >> $  tmp; \
+       echo 'Type=session-exclusive' >> $  tmp; \
        echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/state-record --directory $(statetestdir)' >> $  
tmp; \
        mv $  tmp $@)
 


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