summaryrefslogtreecommitdiffstats
path: root/tests/tst_qPrefGeocoding.qml
blob: eb65bb7ed68cb9512d479b1ddb278bbca2f43e79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.6
import QtTest 1.2
import org.subsurfacedivelog.mobile 1.0

TestCase {
	name: "qPrefGeocoding"

	SsrfGeocodingPrefs {
		id: geo
	}

	function test_variables() {
//TBD		var x1 = geo.first_taxonomy_category
//TBD		geo.first_taxonomy_category = ??
//TBD		compare(geo.first_taxonom_categroy, ??)

//TBD		var x2 = geo.second_taxonomy_category
//TBD		geo.second_taxonomy_category = ??
//TBD		compare(geo.second_taxonom_categroy, ??)

//TBD		var x3 = geo.third_taxonomy_category
//TBD		geo.third_taxonomy_category = ??
//TBD		compare(geo.third_taxonom_categroy, ??)
	}
}