qt5base-lts/tests/auto/corelib
João Abecasis d3ef642614 Fix QDir::operator==(const QDir &) const
We can't rely on absolute paths when comparing directories for equality
as these don't take into account symbolic links and may also bypass ../
and ./ simplification.

Instead, canonical paths must be computed and can then be compared
according to the case sensitivity rules for the platform or file engine,
as is done in QFileInfo.

Task-number: QTBUG-20495
Reviewed-by: Prasanth Ullattil
(cherry-picked from dcee6e1371d899eb79717b8e3f3eec08b765db82)

Change-Id: Ib5f2a6ee11311c55782ea5dd0e9c3b45f9231686
Reviewed-on: http://codereview.qt-project.org/5812
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
2011-10-06 11:24:20 +02:00
..
animation Tests: Fix compilation on Windows. 2011-10-03 07:57:41 +02:00
codecs Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
concurrent Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
global Merge branch 'master' into refactor 2011-09-12 07:49:03 +02:00
io Fix QDir::operator==(const QDir &) const 2011-10-06 11:24:20 +02:00
kernel Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
plugin Tests: Fix compilation on Windows. 2011-10-03 07:57:41 +02:00
statemachine Add missing Q_OBJECT macro to GoToStateTransition 2011-10-05 15:00:38 +02:00
thread Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
tools Avoid using QSKIP in lieu of compile-time checks 2011-10-05 03:04:31 +02:00
xml Remove Symbian-specific code from tests. 2011-09-29 06:41:42 +02:00
corelib.pro Moving relevant tests to corelib/xml 2011-09-01 13:08:32 +02:00