This commit is contained in:
maliakal_d 2020-01-29 14:38:19 +01:00
parent ac3230c656
commit 7d7302a90c

View File

@ -479,23 +479,3 @@ TEST_CASE("rx_zmqip", "[.cmd]") {
}
}
// TEST_CASE("inj_ch", "[.cmd][.gotthard2]") {
// if (test::type == slsDetectorDefs::GOTTHARD2) {
// {
// std::ostringstream oss;
// REQUIRE_NOTHROW(multiSlsDetectorClient("inj_ch 0 1", PUT,
// nullptr, oss)); REQUIRE(oss.str() == "inj_ch [0, 1]\n");
// }
// {
// std::ostringstream oss;
// REQUIRE_NOTHROW(multiSlsDetectorClient("inj_ch", GET, nullptr,
// oss)); REQUIRE(oss.str() == "inj_ch [0, 1]\n");
// }
// REQUIRE_THROWS(multiSlsDetectorClient("inj_ch -1 1", PUT));
// REQUIRE_THROWS(multiSlsDetectorClient("inj_ch 0 0", PUT));
// } else {
// REQUIRE_THROWS(multiSlsDetectorClient("inj_ch", GET));
// }
// }