qtdeclarative/tests
Chris Adams d2921ffc52 Check engine equality condition inside null ptr check
Previously, we asserted if the engine associated with the two external
resources from the arguments to the object comparison callback were
not equal, prior to checking that the external resources were non-null.

Task-number: QTBUG-24489
Change-Id: I4b2bd2377fcf38163d1341e43e056b1405ab72ac
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
2012-02-27 02:39:41 +01:00
..
auto Check engine equality condition inside null ptr check 2012-02-27 02:39:41 +01:00
benchmarks Get script benchmark compiling and running. 2012-02-27 00:11:49 +01:00
global
manual/accessibility Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
system Remove "All rights reserved" line from license headers. 2012-01-30 23:52:43 +01:00
testapplications Add support for resizing fonts to fit Text dimensions. 2012-02-06 04:13:08 +01: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.