diff options
Diffstat (limited to 'dives/test0b.xml')
-rw-r--r-- | dives/test0b.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dives/test0b.xml b/dives/test0b.xml new file mode 100644 index 000000000..30e6f34b6 --- /dev/null +++ b/dives/test0b.xml @@ -0,0 +1,15 @@ +<dives> + <program name='subsurface' version='1'></program> + <dive number='0' date='2011-01-01' time='08:00:00' duration='20:00 min'> + <depth max='30.00 m' /> + </dive> + <dive number='0' date='2011-01-01' time='08:25:00' duration='8:00 min'> + <depth max='11.00 m' /> + </dive> + <dive number='0' date='2011-01-01' time='08:35:00' duration='10:00 min'> + <depth max='8.00 m' /> + </dive> + <dive number='0' date='2011-01-01' time='08:50:00' duration='3:00 min'> + <depth max='20.00 m' /> + </dive> +</dives> |