mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
858d3e2eed
The handling of dive site merging changed and therefore the tests have to be adapted. 1) Dive sites are recognized as identical based on their name. Therefore, give the dive sites that should be merged the same name. 2) The dive site id of the first imported dive is kept. Thus, merge and reverse merge produce two different output files. Create a second file reflecting that fact. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
13 lines
371 B
XML
13 lines
371 B
XML
<divelog program='subsurface' version='3'>
|
|
<divesites>
|
|
<site uuid='15ae02d1' name='Test dive'>
|
|
</site>
|
|
</divesites>
|
|
<dives>
|
|
<dive number='1' tags='test' divesiteid='15ae02d1' date='2015-10-01' time='08:00:25' duration='46:00 min'>
|
|
<divecomputer date='2015-10-05' time='08:45:25'>
|
|
<depth max='13.716 m' mean='10.595 m' />
|
|
</divecomputer>
|
|
</dive>
|
|
</dives>
|
|
</divelog>
|