diff options
author | Aaron McCarthy <aaron.mccarthy@jollamobile.com> | 2014-02-25 15:19:16 +1000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-25 06:23:21 +0100 |
commit | 67320aa467e66d8018dcfdf4335f97352a38a181 (patch) | |
tree | 6a5736f6b20f0372837ed613f50d20b7c942556b /tests | |
parent | 4c0599e2537a439f59ee91e1561c1c3ecf0b34e0 (diff) | |
download | qtlocation-67320aa467e66d8018dcfdf4335f97352a38a181.tar.gz |
Add debug to test case.
To help debug a test failure in CI.
Change-Id: I2d8c8ac3e873c80bf6c4c317dfc0db19d7a1255a
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/declarative_core/tst_positionsource.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative_core/tst_positionsource.qml b/tests/auto/declarative_core/tst_positionsource.qml index 405c46ae..bf393ee5 100644 --- a/tests/auto/declarative_core/tst_positionsource.qml +++ b/tests/auto/declarative_core/tst_positionsource.qml @@ -162,6 +162,7 @@ TestCase { compare(directionSpy.count, 2) fuzzyCompare(testingSource.position.direction, 45, 0.1) verify(testingSource.position.speedValid) + console.log("Speed:", testingSource.position.speed) verify(testingSource.position.speed > 15000) testingSource.active = false; |