From 025c67134ae9140566f5485d36153991c294c584 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 23 Jul 2019 15:29:01 +0200 Subject: [PATCH] added test assertion for startingfnum --- integrationTests/test-integrationDectector.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationTests/test-integrationDectector.cpp b/integrationTests/test-integrationDectector.cpp index 4270d6060..c56c64303 100755 --- a/integrationTests/test-integrationDectector.cpp +++ b/integrationTests/test-integrationDectector.cpp @@ -517,4 +517,5 @@ TEST_CASE("Eiger or Jungfrau startingfnum", "[.eigerintegration][.jungfrauintegr CHECK(m.getStartingFrameNumber() == val); CHECK(m.acquire() == slsDetectorDefs::OK); CHECK(m.getReceiverCurrentFrameIndex() == val); + CHECK(m.getStartingFrameNumber() == (val + 1)); } \ No newline at end of file