mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
timer split up
This commit is contained in:
@ -1973,7 +1973,7 @@ TEST_CASE("extsamplingsrc", "[.cmd][.ctb]") {
|
||||
|
||||
|
||||
TEST_CASE("adcinvert", "[.cmd][.ctb]") {
|
||||
if (test::type == slsDetectorDefs::CHIPTESTBOARD) {
|
||||
if (test::type == slsDetectorDefs::CHIPTESTBOARD || test::type == slsDetectorDefs::JUNGFRAU) {
|
||||
std::string s;
|
||||
{
|
||||
std::ostringstream oss;
|
||||
@ -4451,13 +4451,6 @@ TEST_CASE("rx_lastclient", "[.cmd]") {
|
||||
|
||||
|
||||
|
||||
TEST_CASE("rx_checkversion", "[.cmd]") {
|
||||
|
||||
std::ostringstream oss;
|
||||
REQUIRE_NOTHROW(multiSlsDetectorClient("rx_checkversion", GET, nullptr, oss));
|
||||
REQUIRE(oss.str() == "rx_checkversion compatible\n");
|
||||
}
|
||||
|
||||
TEST_CASE("exptime", "[.cmd]") {
|
||||
{
|
||||
std::ostringstream oss;
|
||||
|
Reference in New Issue
Block a user