subsurface/dives/test27.xml
Dirk Hohndel 1bcc8dd991 Add test dive for constant temperature
Making sure that this doesn't cause divisions by zero and that the scaling
and positioning doesn't get messed up by it (right now it doesn't look
great).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2013-01-24 13:19:16 -08:00

18 lines
767 B
XML

<dives>
<program name='subsurface' version='1'></program>
<dive number='28' date='2011-12-12' time='6:35:00' duration='30:00 min'>
<temperature air='30.0 C' water='20.0 C' />
<surface pressure='0.981 bar' />
<water salinity='1000 g/l' />
<location>different dive location</location>
<notes>Constant temperature in the samples - should still be shown</notes>
<divecomputer model='Model Product' deviceid='e04d0248' diveid='00000002'>
<sample time='0:06 min' depth='1.86 m' temp='20.0 C' ndl='99:00 min' />
<sample time='1:00 min' depth='20 m' />
<sample time='27:00 min' depth='20 m' />
<sample time='28:00 min' depth='3 m' />
<sample time='29:00 min' depth='3 m' />
<sample time='30:00 min' depth='0.3 m' />
</divecomputer>
</dive>
</dives>