mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 00:55:11 +01:00
more tests
This commit is contained in:
@@ -61,14 +61,15 @@ TEST_CASE("rx_framescaught", "[.cmd]") {
|
||||
REQUIRE(oss.str() == "rx_framescaught 0\n");
|
||||
}
|
||||
|
||||
// Currently disabled may activate if we have a stable env
|
||||
// Now take one frame and see that we caught it
|
||||
det.setNumberOfFrames(1);
|
||||
det.acquire();
|
||||
{
|
||||
std::ostringstream oss;
|
||||
proxy.Call("rx_framescaught", {}, -1, GET, oss);
|
||||
REQUIRE(oss.str() == "rx_framescaught 1\n");
|
||||
}
|
||||
// det.setNumberOfFrames(1);
|
||||
// det.acquire();
|
||||
// {
|
||||
// std::ostringstream oss;
|
||||
// proxy.Call("rx_framescaught", {}, -1, GET, oss);
|
||||
// REQUIRE(oss.str() == "rx_framescaught 1\n");
|
||||
// }
|
||||
}
|
||||
|
||||
TEST_CASE("rx_status", "[.cmd]") {
|
||||
|
||||
Reference in New Issue
Block a user