diff options
author | Robert C. Helling <helling@atdotde.de> | 2021-02-26 14:03:31 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-03-24 10:30:22 -0700 |
commit | 1c8c6f95512988b66442341e35beda0377b7d7c3 (patch) | |
tree | 23a64f4fe312c2458a05cc0874ae39552c8fbcc2 /tests/testprofile.h | |
parent | d0494beb5f1509fc73cf7d0a110740676164d7b9 (diff) | |
download | subsurface-1c8c6f95512988b66442341e35beda0377b7d7c3.tar.gz |
Add test for profile in VPMB mode
For some reason, this test seems not to run effectively, at least
locally, I had to update the reference file.
Added a check that indeed the file to be compared was
successfully opened.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'tests/testprofile.h')
-rw-r--r-- | tests/testprofile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testprofile.h b/tests/testprofile.h index 0a2f8fb6e..18311dc77 100644 --- a/tests/testprofile.h +++ b/tests/testprofile.h @@ -9,6 +9,7 @@ class TestProfile : public QObject { Q_OBJECT private slots: void testProfileExport(); + void testProfileExportVPMB(); }; #endif |