diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-15 21:41:58 -0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-16 00:36:34 -0400 |
commit | 19750ed15ae7d6a8176c266a132e269989e91fed (patch) | |
tree | 7f820d777b41807e023510d8301660350bf8a21d /dives/test22.xml | |
parent | 6766c5622089d0205460a5d74664b2d5dd8e7ac5 (diff) | |
download | subsurface-19750ed15ae7d6a8176c266a132e269989e91fed.tar.gz |
Adjust test dives to comply with the current trip syntax
Otherwise the tests fail - we no longer support the old format.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives/test22.xml')
-rw-r--r-- | dives/test22.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dives/test22.xml b/dives/test22.xml index e8112287d..763b75498 100644 --- a/dives/test22.xml +++ b/dives/test22.xml @@ -1,9 +1,10 @@ <dives> <program name='subsurface' version='1'></program> -<trip date='2011-12-02' location='trip location' time='15:00:00' /> +<trip date='2011-12-02' location='trip location' time='15:00:00' > <dive number='21' tripflag='INTRIP' date='2011-12-02' time='15:00:00' duration='30:00 min'> <depth max='20.0 m' mean='15.0 m' /> <location>21st test dive - this should be in a trip with a trip location</location> <notes>We are testing that the location of the dive is not picked up in the trip if the trip has a location</notes> </dive> +</trip> </dives> |