mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Explanatory comment in testprofile.cpp
Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
7a9214575e
commit
f55925db60
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@
|
|||
#include "core/file.h"
|
||||
#include "core/save-profiledata.h"
|
||||
|
||||
// This test compares the content of struct profile against a known reference version for a list
|
||||
// of dives to prevent accidental regressions. Thus is you change anything in the profile this
|
||||
// test will fail. If this change was intentional, run the test manually. Make sure only the
|
||||
// indended fields change (for example by computing a diff between exportprofile.csv and
|
||||
// ..dives/exportprofilereference.csv) and copy the former over the later and commit that change
|
||||
// as well.
|
||||
|
||||
|
||||
void TestProfile::testProfileExport()
|
||||
{
|
||||
parse_file("../dives/abitofeverything.ssrf", &dive_table, &trip_table, &dive_site_table);
|
||||
|
|
Loading…
Reference in a new issue