mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
WIP
This commit is contained in:
@ -1454,6 +1454,8 @@ TEST_CASE("stopport", "[.cmd]") {
|
||||
REQUIRE(oss.str() == "stopport 1942\n");
|
||||
}
|
||||
proxy.Call("stopport", {"1953"}, -1, PUT);
|
||||
auto port = det.getStopPort().squash();
|
||||
REQUIRE(port == 1953);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user