From 25e4070168d1fc67bd3e9e164fc6e1d24ac61f89 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 27 Jun 2025 17:37:15 +0200 Subject: [PATCH] wip to fix tests --- slsDetectorSoftware/tests/Caller/test-Caller-rx.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/slsDetectorSoftware/tests/Caller/test-Caller-rx.cpp b/slsDetectorSoftware/tests/Caller/test-Caller-rx.cpp index 24f815cc7..ba429a82a 100644 --- a/slsDetectorSoftware/tests/Caller/test-Caller-rx.cpp +++ b/slsDetectorSoftware/tests/Caller/test-Caller-rx.cpp @@ -626,13 +626,11 @@ TEST_CASE("rx_roi", "[.cmdcall]") { REQUIRE(oss1.str() == "rx_roi [[" + stringMin + ", " + std::to_string(portSize.x - 1) + "20, 30]]\n"); } } - std::cout << "done with eiger roi tests" << std::endl; } // multiple ports vertically if (((det_type == defs::JUNGFRAU || det_type == defs::MOENCH) && (numinterfaces == 2)) || (det.size() == 2 && det.getModuleGeometry().y > 1)) { - std::cout << "starting with jungfrau or other tests" << std::endl; std::string stringMin = std::to_string(portSize.y); std::string stringMax = std::to_string(portSize.y + 1);