diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-04-05 13:45:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-05 16:12:16 -0700 |
commit | 5b3cab94a1b7a4baadf28f5c2bbcb1d3904833c6 (patch) | |
tree | f3f3bdd6b785a6ebdc20ae2825b1aed2e2b0225d | |
parent | cb3436b42eecdb0a058ed565709804292b80469b (diff) | |
download | subsurface-5b3cab94a1b7a4baadf28f5c2bbcb1d3904833c6.tar.gz |
Add test dive that has an unused cylinder
This way one can test that the corresponding preferences option works
correctly.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | dives/test33.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dives/test33.xml b/dives/test33.xml new file mode 100644 index 000000000..582ba5ce4 --- /dev/null +++ b/dives/test33.xml @@ -0,0 +1,32 @@ +<divelog program='subsurface' version='2'> +<settings> +<divecomputerid model='Reefnet Sensus Ultra' deviceid='fbad0400' nickname='Sensus'/> +</settings> +<dives> +<dive number='36' date='2014-03-15' time='23:44:06' duration='52:20 min'> + <location>At Home</location> + <notes>this dive has an unused cylinder</notes> + <cylinder size='24.0 l' workpressure='232.0 bar' description='D12 232 bar' o2='32.0%' /> + <cylinder size='5.547 l' workpressure='206.843 bar' description='AL40' o2='100.0%' /> + <divecomputer model='manually added dive'> + <depth max='15.0 m' mean='9.908 m' /> + <sample time='0:00 min' depth='0.0 m' /> + <sample time='1:00 min' depth='15.0 m' /> + <sample time='4:00 min' depth='15.0 m' /> + <sample time='9:00 min' depth='7.0 m' /> + <sample time='12:00 min' depth='7.0 m' /> + <sample time='19:00 min' depth='15.0 m' /> + <sample time='24:00 min' depth='15.0 m' /> + <sample time='29:00 min' depth='15.0 m' /> + <sample time='34:00 min' depth='7.0 m' /> + <sample time='38:00 min' depth='5.0 m' /> + <sample time='41:00 min' depth='7.0 m' /> + <sample time='44:00 min' depth='9.0 m' /> + <sample time='46:00 min' depth='5.0 m' /> + <sample time='48:00 min' depth='4.0 m' /> + <sample time='51:00 min' depth='6.0 m' /> + <sample time='52:20 min' depth='0.0 m' /> + </divecomputer> +</dive> +</dives> +</divelog> |