summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-10-20 12:45:50 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-10-20 13:47:24 (GMT)
commit12ae7dea67244458fc92575ae2f49a8e32343047 (patch)
tree862d3f861b78e0532c60449839dd21d373bdaf18 /qmake
parentea69ae0df02de27ec0f0a1a9b0a122655445fc01 (diff)
downloadQt-12ae7dea67244458fc92575ae2f49a8e32343047.zip
Qt-12ae7dea67244458fc92575ae2f49a8e32343047.tar.gz
Qt-12ae7dea67244458fc92575ae2f49a8e32343047.tar.bz2
Fix errors in the QFileDialog autotest
The filesSelectedSignal() test case was using the Qt source tree as its test directory - however this is not deployed to the device for symbian and windows CE. On symbian, the path evaluates to the root directory, which doesn't meet the conditions of the test (it contains only directories, while the test requires both files and directories to be present) Changed the test to use SRCDIR (on desktops, the source directory of the test code; on symbian/wince the deployed files location) This directory is valid for the test as it contains both files and directories. The hooks() test case crashes on symbian versions prior to symbian^3, because data exports from dlls are not properly supported by the symbian kernel So, this test is skipped for old symbian versions (if a test crashes, then no xml result file is created) Reviewed-By: Markus Goetz
Diffstat (limited to 'qmake')
0 files changed, 0 insertions, 0 deletions