qtdeclarative/tests
Andrew den Exter 5b83c3c27f Ensure the cursor delegate position is updated on text changes.
Change-Id: I7518aa5969ea45538feccb87f4c296db6b7d6944
Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
2012-06-05 03:22:18 +02:00
..
auto Ensure the cursor delegate position is updated on text changes. 2012-06-05 03:22:18 +02:00
benchmarks Add internal API for accessing V8 handles of QJS types 2012-05-29 09:00:57 +02:00
global Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
manual/accessibility Rename QDeclarative symbols to QQuick and QQml 2012-02-24 04:51:31 +01:00
system AnimatedSprite system tests 2012-05-14 03:03:41 +02:00
testapplications Update system tests 2012-06-01 03:26:06 +02:00
README
tests.pro Run autotests on Mac 2012-01-05 13:05:35 +01:00

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.