mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
testing WIP
This commit is contained in:
@ -27,6 +27,8 @@ TEST_CASE("rx_version", "[.cmd][.rx]") {
|
||||
std::ostringstream vs;
|
||||
vs << "rx_version 0x" << std::hex << APIRECEIVER << '\n';
|
||||
REQUIRE(oss.str() == vs.str());
|
||||
|
||||
REQUIRE_THROWS(proxy.Call("rx_version", {"0"}, -1, PUT));
|
||||
}
|
||||
|
||||
/* acquisition */
|
||||
|
Reference in New Issue
Block a user