mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
tests: fix TestQPrefUnits
This clearly never was tested. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
360add37a8
commit
18fe7b8e9a
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void TestQPrefUnits::test_multiple()
|
||||||
QCOMPARE(tst->length(), qPrefUnits::length());
|
QCOMPARE(tst->length(), qPrefUnits::length());
|
||||||
QCOMPARE(tst->length(), QStringLiteral("meters"));
|
QCOMPARE(tst->length(), QStringLiteral("meters"));
|
||||||
QCOMPARE(tst->pressure(), qPrefUnits::pressure());
|
QCOMPARE(tst->pressure(), qPrefUnits::pressure());
|
||||||
QCOMPARE(tst->pressure(), QStringLiteral("meters"));
|
QCOMPARE(tst->pressure(), QStringLiteral("bar"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void TestQPrefUnits::test_unit_system()
|
void TestQPrefUnits::test_unit_system()
|
||||||
|
|
Loading…
Add table
Reference in a new issue