qt5base-lts/tests
Caroline Chao 01a985ac5b Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcut
The test is passing on Ubuntu 11.10.

Adding qWaitForWindowExposed after the line edit show() call to ensure
the line edit is actually shown on the screen.

Task-number: QTBUG-24518
Change-Id: I2af65bef76d171b36032120738dfbd7cfff51d7f
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2012-09-25 18:36:01 +02:00
..
auto Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcut 2012-09-25 18:36:01 +02:00
baselineserver Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
benchmarks Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
global
manual Add a manual test for QMacCocoaViewContainer 2012-09-24 21:27:51 +02:00
shared Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
README
tests.pro Properly implement a 'make docs' target for subdirs and apps/libs 2012-05-09 08:34:42 +02:00

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.