mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
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:
parent
334099951a
commit
27b005b76d
1 changed files with 7 additions and 7 deletions
|
@ -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, ??)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue