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:
jan Iversen 2018-09-11 11:54:35 +02:00 committed by Dirk Hohndel
parent 619a52635a
commit 62a8bc7391

View file

@ -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)