diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2018-01-06 23:08:47 +0200 |
---|---|---|
committer | mturkia <miika.turkia@gmail.com> | 2018-01-08 06:06:12 +0200 |
commit | 35778d9bbc41771092309641ac1fa1ec0d8e19a1 (patch) | |
tree | 0714c07846830e04119017717e53976db222f135 /dives | |
parent | 87bab637fa51532fe710271de53c7d2cf953deac (diff) | |
download | subsurface-35778d9bbc41771092309641ac1fa1ec0d8e19a1.tar.gz |
Add converted DL7 file for test validation
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Diffstat (limited to 'dives')
-rw-r--r-- | dives/DL7.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dives/DL7.xml b/dives/DL7.xml new file mode 100644 index 000000000..e0b94b43d --- /dev/null +++ b/dives/DL7.xml @@ -0,0 +1,22 @@ +<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='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> +</dives> +</divelog> |