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