diff options
Diffstat (limited to 'tests/tst_qPrefUpdateManager.qml')
-rw-r--r-- | tests/tst_qPrefUpdateManager.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tst_qPrefUpdateManager.qml b/tests/tst_qPrefUpdateManager.qml index 3554f88c8..7b3ee07a0 100644 --- a/tests/tst_qPrefUpdateManager.qml +++ b/tests/tst_qPrefUpdateManager.qml @@ -31,5 +31,9 @@ TestCase { var x4_date = Date.fromLocaleString(Qt.locale(), "01-01-2001", "dd-MM-yyyy") tst.next_check = x4_date compare(tst.next_check, x4_date) + + var x5 = tst.uuidString + tst.uuidString = "jan again" + compare(tst.uuidString, "jan again") } } |