summaryrefslogtreecommitdiffstats
path: root/dives
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-11 19:03:30 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-11 19:03:30 -0700
commit1644be22ac56a716d04b52a5fec47938cdffa89a (patch)
tree08dfef5a20d99a19cc441d137d66e4b1ada88fce /dives
parent0c8dbc2061acc92f674cf53b4fb20fafe8c86a25 (diff)
downloadsubsurface-1644be22ac56a716d04b52a5fec47938cdffa89a.tar.gz
Add beginning of pretend CCR XML file
Note that we are missing code to write out the new attributes, so saving this test dive back to a file loses them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dives')
-rw-r--r--dives/test35.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dives/test35.xml b/dives/test35.xml
new file mode 100644
index 000000000..4fc367984
--- /dev/null
+++ b/dives/test35.xml
@@ -0,0 +1,19 @@
+<divelog program='subsurface' version='2'>
+<settings>
+</settings>
+<dives>
+<dive number='35' date='2014-04-01' time='07:00:00' duration='29:30 min'>
+ <notes>Pretend XML from CCR.</notes>
+ <divecomputer model='made up' dctype=' CCR ' no_o2sensors='3' deviceid='00001111' diveid='00001111'>
+ <depth max='70.0 m' mean='29.364 m' />
+ <sample time='0:00 min' depth='0.0 m' />
+ <sample time='3:00 min' depth='30.0 m' />
+ <sample time='7:00 min' depth='70.0 m' />
+ <sample time='11:00 min' depth='70.0 m' />
+ <sample time='15:00 min' depth='30.0 m' />
+ <sample time='20:30 min' depth='5.0 m' />
+ <sample time='29:30 min' depth='5.0 m' />
+ </divecomputer>
+</dive>
+</dives>
+</divelog>