mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update DL7 tests to current import
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>
This commit is contained in:
parent
f91f16a4b6
commit
4a5b40c144
2 changed files with 9 additions and 1 deletions
|
@ -9,6 +9,10 @@
|
|||
<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' />
|
||||
|
@ -18,5 +22,9 @@
|
|||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue