mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 02:20:42 +02:00
tests rx_missingpackets not working
This commit is contained in:
parent
f592b98beb
commit
bd76a66770
@ -132,7 +132,7 @@ TEST_CASE("rx_missingpackets", "[.cmd][.rx]") {
|
|||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
proxy.Call("rx_missingpackets", {}, -1, GET, oss);
|
proxy.Call("rx_missingpackets", {}, -1, GET, oss);
|
||||||
std::string s = (oss.str()).erase(0, strlen("rx_missingpackets ["));
|
std::string s = (oss.str()).erase(0, strlen("rx_missingpackets ["));
|
||||||
// REQUIRE(std::stoi(s) == 0);
|
REQUIRE(std::stoi(s) == 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user