diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-10 06:49:14 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-10 16:26:49 -0700 |
commit | 2b3f6c607bf5eb7c6b24160832ba83ed60dca543 (patch) | |
tree | ba38e074a9fbad112dab25616a804e17e7b248ff /tests/tst_qPrefCloudStorage.qml | |
parent | ae653703a5d3ff1da84053d4542420fc70325c5f (diff) | |
download | subsurface-2b3f6c607bf5eb7c6b24160832ba83ed60dca543.tar.gz |
prefs: cloud_new_password is not a preference
It's a mamber of the cloud storage authentication class, used to hold the
proposed new password until the backend has accepted it.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/tst_qPrefCloudStorage.qml')
-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 0d0dc6b61..5e62b96a4 100644 --- a/tests/tst_qPrefCloudStorage.qml +++ b/tests/tst_qPrefCloudStorage.qml @@ -30,10 +30,6 @@ TestCase { tst.cloud_storage_email_encoded= "my email enc" compare(tst.cloud_storage_email_encoded, "my email enc") - var x5 = tst.cloud_storage_newpassword - tst.cloud_storage_newpassword = "my new password" - compare(tst.cloud_storage_newpassword, "my new password") - var x6 = tst.cloud_storage_password tst.cloud_storage_password = "my url" compare(tst.cloud_storage_password, "my url") |