diff options
Diffstat (limited to 'dives/test1.xml')
-rw-r--r-- | dives/test1.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dives/test1.xml b/dives/test1.xml index 8ea8b7b24..6aa79736e 100644 --- a/dives/test1.xml +++ b/dives/test1.xml @@ -2,6 +2,7 @@ <program name='subsurface' version='1'></program> <dive number='1' date='2011-01-01' time='09:00:00' duration='30:00 min'> <depth max='30.00 m' mean='15.00 m' /> - <location>Second test dive, this one with location</location> + <location>First test dive, this one with location</location> + <notes>Yes, the previous dive is dive 0, that one with no location.</notes> </dive> -</dives>
\ No newline at end of file +</dives> |