diff options
author | jan Iversen <jani@apache.org> | 2018-09-11 11:54:35 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-11 11:54:07 -0700 |
commit | 62a8bc73911ec70de3182126cd2bc013226de6e6 (patch) | |
tree | 9141e8d82cb08b71ec2df9a8d2804cc8e6f2bdd0 /tests | |
parent | 619a52635a7f4ac850fad63c8f8eb7e0dd958f35 (diff) | |
download | subsurface-62a8bc73911ec70de3182126cd2bc013226de6e6.tar.gz |
test: remove git_local_only from qml test
tst_qPrefCloudStorage.qml still refered to git_local_ony, remove it
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tst_qPrefCloudStorage.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tst_qPrefCloudStorage.qml b/tests/tst_qPrefCloudStorage.qml index 5e62b96a4..02d5f9d21 100644 --- a/tests/tst_qPrefCloudStorage.qml +++ b/tests/tst_qPrefCloudStorage.qml @@ -46,10 +46,6 @@ TestCase { tst.cloud_verification_status = SsrfPrefs.CS_VERIFIED compare(tst.cloud_verification_status, SsrfPrefs.CS_VERIFIED) - var x10 = tst.git_local_only - tst.git_local_only = true - compare(tst.git_local_only, true) - var x11 = tst.save_password_local tst.save_password_local = true compare(tst.save_password_local, true) |