Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.2.0 RC1, 5.3.0 Beta1
-
None
Description
QtTest's compare() function does not fail when comparing two unequal instances of Qt.point().
See following test case:
import QtQuick 2.2 import QtTest 1.0 TestCase { function test_compare_points() { //should fail, but succeeds compare(Qt.point(1, 2), Qt.point(3, 4)); } }
Attachments
Issue Links
- duplicates
-
QTBUG-34878 compare() wrongly considers colors as equal
- Closed
- relates to
-
QTBUG-43382 JSON.stringify does not handle Qt.point correctly
- Closed