[PATCH 2/2] Test VPM-B Correct expected dive time in comment

Rick Walsh rickmwalsh at gmail.com
Mon Aug 24 14:37:21 PDT 2015


Signed-off-by: Rick Walsh <rickmwalsh at gmail.com>
---
 tests/testplan.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/testplan.cpp b/tests/testplan.cpp
index bb69003..e8b89ba 100644
--- a/tests/testplan.cpp
+++ b/tests/testplan.cpp
@@ -212,7 +212,7 @@ void TestPlan::testVpmbMetric100m60min()
 	QCOMPARE(ev->gas.index, 2);
 	QCOMPARE(ev->value, 100);
 	QCOMPARE(get_depth_at_time(&displayed_dive.dc, ev->time.seconds), 6000);
-	// check expected run time of 105 minutes
+	// check expected run time of 316 minutes
 	QCOMPARE(displayed_dive.dc.duration.seconds, 18980u);
 }
 
-- 
2.4.3



More information about the subsurface mailing list