diff options
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) |