mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
As we now parse dives without profile, we get 2 more dives from the sample log import (3 in total). And naturally also the resulting XML to compare against needs to be updated. Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<divelog program='subsurface' version='3'>
|
|
<settings>
|
|
<divecomputerid model='Subsurface Divelog' deviceid='01234567' serial='3' nickname='Heinrichs Weikamp OSTC 3'/>
|
|
<divecomputerid model='Vyper Air' deviceid='013749e4' serial='20400612'/>
|
|
<divecomputerid model='Suunto Vyper Air' deviceid='11223344' serial='99999999'/>
|
|
<divecomputerid model='Heinrichs Weikamp OSTC Sport' deviceid='abcdef00' serial='10000' firmware='10.31'/>
|
|
<divecomputerid model='Vyper Air' deviceid='ffffffff' serial='20400612'/>
|
|
</settings>
|
|
<divesites>
|
|
</divesites>
|
|
<dives>
|
|
<dive number='1' date='2018-01-01'>
|
|
<divecomputer model='csv' deviceid='ffffffff'>
|
|
</divecomputer>
|
|
</dive>
|
|
<dive number='2' date='2018-01-02' time='10:10:00' duration='60:00 min'>
|
|
<divecomputer model='Imported from CSV' deviceid='ffffffff'>
|
|
<depth max='10.0 m' mean='9.508 m' />
|
|
<sample time='0:00 min' depth='1.0 m' />
|
|
<sample time='1:00 min' depth='10.0 m' />
|
|
<sample time='55:00 min' depth='10.0 m' />
|
|
<sample time='60:00 min' depth='0.0 m' />
|
|
</divecomputer>
|
|
</dive>
|
|
<dive date='2018-01-03'>
|
|
<divecomputer model='csv' deviceid='ffffffff'>
|
|
</divecomputer>
|
|
</dive>
|
|
</dives>
|
|
</divelog>
|