mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
mnior
This commit is contained in:
parent
ac3230c656
commit
7d7302a90c
@ -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));
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user