diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-12-28 09:49:16 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-12-29 12:31:20 -0800 |
commit | 18fe7b8e9ab0e6e3cba1b50c73e22b6b100696ff (patch) | |
tree | 6caef6af0997ac47fb78777765d100e6d3e8e609 /tests | |
parent | 360add37a8868c63dbbfbdfa2c9d4e49bab2ef57 (diff) | |
download | subsurface-18fe7b8e9ab0e6e3cba1b50c73e22b6b100696ff.tar.gz |
tests: fix TestQPrefUnits
This clearly never was tested.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testqPrefUnits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testqPrefUnits.cpp b/tests/testqPrefUnits.cpp index 76d5b9684..b2ead5c9e 100644 --- a/tests/testqPrefUnits.cpp +++ b/tests/testqPrefUnits.cpp @@ -159,7 +159,7 @@ void TestQPrefUnits::test_multiple() QCOMPARE(tst->length(), qPrefUnits::length()); QCOMPARE(tst->length(), QStringLiteral("meters")); QCOMPARE(tst->pressure(), qPrefUnits::pressure()); - QCOMPARE(tst->pressure(), QStringLiteral("meters")); + QCOMPARE(tst->pressure(), QStringLiteral("bar")); } void TestQPrefUnits::test_unit_system() |