diff options
author | Robert C. Helling <helling@atdotde.de> | 2020-05-02 21:38:55 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-05-04 13:39:18 -0700 |
commit | b3270222fd884c2b1c68519bdadf7fbc357a5d06 (patch) | |
tree | b8f4295ea7411cbc73768297a26b9d1adef66532 /tests/testprofile.h | |
parent | 6066ead0d5950cfc1330d37a96e6e6ba5fb0f8c8 (diff) | |
download | subsurface-b3270222fd884c2b1c68519bdadf7fbc357a5d06.tar.gz |
Add test for profile data
There was a TestProfile but that was a stub that did not test anything.
We have an export function that serialises the profile data
(including lots of derived data like deco information and
cylinder pressure interpolation). So here is now a simple
tests that can detect regressions in the profle.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'tests/testprofile.h')
-rw-r--r-- | tests/testprofile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testprofile.h b/tests/testprofile.h index c40d40e6a..0a2f8fb6e 100644 --- a/tests/testprofile.h +++ b/tests/testprofile.h @@ -8,7 +8,7 @@ class TestProfile : public QObject { Q_OBJECT private slots: - void testRedCeiling(); + void testProfileExport(); }; #endif |