From 68bd80dff4212dfa2a5f4a34f3dbb7f28fc30991 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 4 Nov 2011 14:54:22 -0700 Subject: [PATCH] Update test dives The notes now reflect things that were fixed in the last commits. Also added more test dives to test other boundary cases. Signed-off-by: Dirk Hohndel --- dives/test10.xml | 13 +++++++++++++ dives/test11.xml | 14 ++++++++++++++ dives/test12.xml | 15 +++++++++++++++ dives/test13.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ dives/test7.xml | 2 +- dives/test8.xml | 2 +- 6 files changed, 90 insertions(+), 2 deletions(-) create mode 100644 dives/test10.xml create mode 100644 dives/test11.xml create mode 100644 dives/test12.xml create mode 100644 dives/test13.xml diff --git a/dives/test10.xml b/dives/test10.xml new file mode 100644 index 0000000..3e32914 --- /dev/null +++ b/dives/test10.xml @@ -0,0 +1,13 @@ + + + + + + 10th test dive, 3 tanks, 1 tank change + Shows two pressure plots, each from 200 to 100bar and gaschange event at 10 min mark. + + + + + + diff --git a/dives/test11.xml b/dives/test11.xml new file mode 100644 index 0000000..4bd52e0 --- /dev/null +++ b/dives/test11.xml @@ -0,0 +1,14 @@ + + + + + + 10th test dive, 3 tanks, 2 tank changes + Shows three pressure plots, each from 200 to 100bar and gaschange events at 10 and 20 min mark. + + + + + + + diff --git a/dives/test12.xml b/dives/test12.xml new file mode 100644 index 0000000..efaad68 --- /dev/null +++ b/dives/test12.xml @@ -0,0 +1,15 @@ + + + + + + 10th test dive, 3 tanks, 3 tank changes + Shows three pressure plots, each from 200 to 100bar and gaschange events at 10, 20 and 25 min mark. Last change is back to first tank. + + + + + + + + diff --git a/dives/test13.xml b/dives/test13.xml new file mode 100644 index 0000000..e5555d8 --- /dev/null +++ b/dives/test13.xml @@ -0,0 +1,46 @@ + + + + + + 10th test dive, 3 tanks, 3 tank changes + Shows three pressure plots, each from 200 to 100bar and gaschange events at 10, 20 and 25 min mark. Last change is back to first tank +Now with samples. We have a sample at the first tank change but not the 2nd and 3rd + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dives/test7.xml b/dives/test7.xml index b58e1cf..694ebeb 100644 --- a/dives/test7.xml +++ b/dives/test7.xml @@ -5,7 +5,7 @@ 7th test dive, two tanks, tank change SAC should be 0.93 cuft/min or 26.2 l/min -Currently broken profile as we don't create sample / plot info for gas change event. +Shows two pressure plots, each from 200 to 100bar and gaschange event at 15 minu mark. diff --git a/dives/test8.xml b/dives/test8.xml index 3c25ab4..9709734 100644 --- a/dives/test8.xml +++ b/dives/test8.xml @@ -5,7 +5,7 @@ 8th test dive, with samples SAC should be 0.93 cuft/min or 26.2 l/min -Tank pressure plotted incorrectly (issues with first sample on each tank). +Tank pressure plotted incorrectly (issues with first sample of first tank). Descent light green First Ascent red, second orange, third yellow, last green -- 2.43.0