subsurface/tests/tst_qPrefGeocoding.qml
jan Iversen 1ee7265972 tests: update qml test cases
use new qml registration

Signed-off-by: Jan Iversen <jani@apache.org>
2018-09-11 17:25:00 -07:00

21 lines
632 B
QML

// SPDX-License-Identifier: GPL-2.0
import QtQuick 2.6
import QtTest 1.2
TestCase {
name: "qPrefGeocoding"
function test_variables() {
//TBD var x1 = PrefGeocoding.first_taxonomy_category
//TBD PrefGeocoding.first_taxonomy_category = ??
//TBD compare(PrefGeocoding.first_taxonom_categroy, ??)
//TBD var x2 = PrefGeocoding.second_taxonomy_category
//TBD PrefGeocoding.second_taxonomy_category = ??
//TBD compare(PrefGeocoding.second_taxonom_categroy, ??)
//TBD var x3 = PrefGeocoding.third_taxonomy_category
//TBD PrefGeocoding.third_taxonomy_category = ??
//TBD compare(PrefGeocoding.third_taxonom_categroy, ??)
}
}