qtdeclarative/tests
Andrew den Exter bab2eaf3da Don't load embedded images from the current working directory.
Override QTextImageHandler's image loading as it will attempt to resolve
relative paths and load the image itself if the document returns an
invalid image from loadResource, which we don't want as it bypasses the
pixmap cache and resolves against the application and current working
directory instead of the Text items context.

Change-Id: Ia1d3633036f96d902e1ac03dae5d5b203fba7ff1
Reviewed-by: Martin Jones <martin.jones@nokia.com>
2012-01-19 11:11:02 +01:00
..
auto Don't load embedded images from the current working directory. 2012-01-19 11:11:02 +01:00
benchmarks Update copyright year in Nokia copyright headers. 2012-01-17 06:45:52 +01:00
global
manual/accessibility Update copyright year in license headers. 2012-01-05 09:12:53 +01:00
system Update copyright year in license headers. 2012-01-05 09:12:53 +01:00
testapplications Update copyright year in license headers. 2012-01-05 09:12:53 +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.