diff options
Diffstat (limited to 'tests/tst_qPrefCloudStorage.qml')
-rw-r--r-- | tests/tst_qPrefCloudStorage.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tst_qPrefCloudStorage.qml b/tests/tst_qPrefCloudStorage.qml index cf2928dbd..0d0dc6b61 100644 --- a/tests/tst_qPrefCloudStorage.qml +++ b/tests/tst_qPrefCloudStorage.qml @@ -20,8 +20,7 @@ TestCase { compare(tst.cloud_base_url, "my url") var x2 = tst.cloud_git_url - tst.cloud_git_url= "my url" - compare(tst.cloud_git_url, "my url") + compare(tst.cloud_git_url, "my url/git") var x3 = tst.cloud_storage_email tst.cloud_storage_email = "my email" |