mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-27 06:31:19 +01:00
tests fixed for inj_ch
This commit is contained in:
@@ -22,7 +22,7 @@ TEST_CASE("inj_ch", "[.cmd][.gotthard2]") {
|
|||||||
REQUIRE(oss.str() == "inj_ch [0, 1]\n");
|
REQUIRE(oss.str() == "inj_ch [0, 1]\n");
|
||||||
}
|
}
|
||||||
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch -1 1", PUT));
|
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch -1 1", PUT));
|
||||||
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch 0 1", PUT));
|
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch 0 0", PUT));
|
||||||
} else {
|
} else {
|
||||||
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch", GET));
|
REQUIRE_THROWS(multiSlsDetectorClient("inj_ch", GET));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user