tests: update qPrefUnits test cases (remove unsupported vars)

Currently structs and enums are not supported, hence block these
tests

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-08-03 18:54:41 +02:00 committed by Robert C. Helling
parent 334099951a
commit 27b005b76d

View file

@ -19,15 +19,15 @@ TestCase {
tst.coordinates_traditional = true tst.coordinates_traditional = true
compare(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 tst.duration_units = ??
//TBD compare(tst.duration_units, ??) //TBD compare(tst.duration_units, ??)
var x3 = tst.length //TBD var x3 = tst.length
//TBD tst.=length = ?? //TBD tst.=length = ??
//TBD compare(tst.length, ??) //TBD compare(tst.length, ??)
var x4 = tst.pressure //TBD var x4 = tst.pressure
//TBD tst.pressure = ?? //TBD tst.pressure = ??
//TBD compare(tst.pressure, ??) //TBD compare(tst.pressure, ??)
@ -35,7 +35,7 @@ TestCase {
tst.show_units_table = true tst.show_units_table = true
compare(tst.show_units_table, true) compare(tst.show_units_table, true)
var x6 = tst.temperature //TBD var x6 = tst.temperature
//TBD tst.temperature = ?? //TBD tst.temperature = ??
//TBD compare(tst.temperature, ??) //TBD compare(tst.temperature, ??)
@ -43,15 +43,15 @@ TestCase {
tst.unit_system = "metric" tst.unit_system = "metric"
compare(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 tst.vertical_speed_time = ??
//TBD compare(tst.vertical_speed_time, ??) //TBD compare(tst.vertical_speed_time, ??)
var x9 = tst.volume //TBD var x9 = tst.volume
//TBD tst.volume = ?? //TBD tst.volume = ??
//TBD compare(tst.volume, ??) //TBD compare(tst.volume, ??)
var x10 = tst.weight //TBD var x10 = tst.weight
//TBD tst.weight = ?? //TBD tst.weight = ??
//TBD compare(tst.weight, ??) //TBD compare(tst.weight, ??)
} }