diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-08-27 14:34:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-08-27 14:34:21 -0700 |
commit | 6500e943c18a416b4f628a963d067ee977da48ba (patch) | |
tree | b3d0c7c25055cfedbffe6fce3fdf46e54b8f8a74 /dives/test21.xml | |
parent | e315abf645bbca8eb3cee7d6688db8b088c14cba (diff) | |
download | subsurface-6500e943c18a416b4f628a963d067ee977da48ba.tar.gz |
Some simple test dives for the trips code
Playing with these shows that there are still some issues with handling
multiple files correctly.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives/test21.xml')
-rw-r--r-- | dives/test21.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dives/test21.xml b/dives/test21.xml new file mode 100644 index 000000000..5f5f6c981 --- /dev/null +++ b/dives/test21.xml @@ -0,0 +1,9 @@ +<dives> +<program name='subsurface' version='1'></program> +<trip date='2011-12-02' /> +<dive number='20' tripflag='INTRIP' date='2011-12-02' time='14:00:00' duration='30:00 min'> + <depth max='20.0 m' mean='15.0 m' /> + <location>20th test dive - this should be in a trip with same location</location> + <notes>We are testing that the location of the dive is picked up in the trip if the trip has no location</notes> +</dive> +</dives> |