diff options
author | jan Iversen <jani@apache.org> | 2018-07-26 18:29:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-27 12:23:09 -0700 |
commit | 6f420773da12399764ba7a3d4d3b7c76bba49dd0 (patch) | |
tree | 90e1c31e1b8cc0fad296d211fd7a59ed796929f6 /tests/tst_qPrefCloudStorage.qml | |
parent | 037ee9994d038fab1c2dec6aa7c6fca1fdbc1893 (diff) | |
download | subsurface-6f420773da12399764ba7a3d4d3b7c76bba49dd0.tar.gz |
tests: update qPrefCloudStorage tests for git_url
update tests to reflect that git_url is derived from base_url
Signed-off-by: Jan Iversen <jani@apache.org>
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" |