mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Adjust expected output for TestParse
With commit b26e516e2a
("Dive_sites-Notes shouldn't be stored as
attribute") our output format changed slightly. Adjust the expected output
to match that change to ensure that TestParse passes again.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a4a4276ed6
commit
3f900885df
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
<divecomputerid model='Vyper Air' deviceid='ffffffff' serial='20400612'/>
|
||||
</settings>
|
||||
<divesites>
|
||||
<site uuid='8c1836f0' name='USA, Hoodsport, WA / Sund Rock' gps='47.400269 -123.142632'/>
|
||||
<site uuid='8c1836f0' name='USA, Hoodsport, WA / Sund Rock' gps='47.400269 -123.142632'>
|
||||
</site>
|
||||
</divesites>
|
||||
<dives>
|
||||
<dive number='1' divesiteid='8c1836f0' date='2011-05-17' time='11:01:00' duration='32:00 min'>
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
<settings>
|
||||
</settings>
|
||||
<divesites>
|
||||
<site uuid='deadbeef' name='Suomi - - Hälvälä'/>
|
||||
<site uuid='deadbeef' name='Suomi - - Hälvälä'>
|
||||
</site>
|
||||
</divesites>
|
||||
<dives>
|
||||
<dive number='1' date='2013-10-01' time='10:34:00' duration='45:00 min'>
|
||||
|
|
Loading…
Reference in a new issue