From 27b005b76d8a44180734ec43bfbd329f82e7975c Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 3 Aug 2018 18:54:41 +0200 Subject: tests: update qPrefUnits test cases (remove unsupported vars) Currently structs and enums are not supported, hence block these tests Signed-off-by: Jan Iversen --- tests/tst_qPrefUnits.qml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/tst_qPrefUnits.qml b/tests/tst_qPrefUnits.qml index 2804d9cbb..fe74ee965 100644 --- a/tests/tst_qPrefUnits.qml +++ b/tests/tst_qPrefUnits.qml @@ -19,15 +19,15 @@ TestCase { tst.coordinates_traditional = true compare(tst.coordinates_traditional, true) - var x2 = tst.duration_units +//TBD var x2 = tst.duration_units //TBD tst.duration_units = ?? //TBD compare(tst.duration_units, ??) - var x3 = tst.length +//TBD var x3 = tst.length //TBD tst.=length = ?? //TBD compare(tst.length, ??) - var x4 = tst.pressure +//TBD var x4 = tst.pressure //TBD tst.pressure = ?? //TBD compare(tst.pressure, ??) @@ -35,7 +35,7 @@ TestCase { tst.show_units_table = true compare(tst.show_units_table, true) - var x6 = tst.temperature +//TBD var x6 = tst.temperature //TBD tst.temperature = ?? //TBD compare(tst.temperature, ??) @@ -43,15 +43,15 @@ TestCase { tst.unit_system = "metric" compare(tst.unit_system, "metric") - var x8 = tst.vertical_speed_time +//TBD var x8 = tst.vertical_speed_time //TBD tst.vertical_speed_time = ?? //TBD compare(tst.vertical_speed_time, ??) - var x9 = tst.volume +//TBD var x9 = tst.volume //TBD tst.volume = ?? //TBD compare(tst.volume, ??) - var x10 = tst.weight +//TBD var x10 = tst.weight //TBD tst.weight = ?? //TBD compare(tst.weight, ??) } -- cgit v1.2.3-70-g09d2