mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
619a52635a
commit
62a8bc7391
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ TestCase {
|
||||||
tst.cloud_verification_status = SsrfPrefs.CS_VERIFIED
|
tst.cloud_verification_status = SsrfPrefs.CS_VERIFIED
|
||||||
compare(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
|
var x11 = tst.save_password_local
|
||||||
tst.save_password_local = true
|
tst.save_password_local = true
|
||||||
compare(tst.save_password_local, true)
|
compare(tst.save_password_local, true)
|
||||||
|
|
Loading…
Add table
Reference in a new issue