diff --git a/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp b/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp index 22354af78..fe03a3ebe 100644 --- a/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp +++ b/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp @@ -108,25 +108,25 @@ TEST_CASE("ctb_acquire_check_file_size", "[.cmdcall]") { test_ctb_config.dbit_reorder = true; REQUIRE_NOTHROW(test_ctb_acquire_with_receiver( test_ctb_config, num_frames_to_acquire, det, caller)); - } /* - { - testCtbAcquireInfo test_ctb_config; - test_ctb_config.readout_mode = defs::TRANSCEIVER_ONLY; - test_ctb_config.dbit_offset = 16; - test_ctb_config.dbit_list.clear(); - test_ctb_config.dbit_reorder = true; - REQUIRE_NOTHROW(test_ctb_aclogDEBUGquire_with_receiver( - test_ctb_config, num_frames_to_acquire, det, caller)); - } - { - testCtbAcquireInfo test_ctb_config; - test_ctb_config.readout_mode = defs::ANALOG_ONLY; - test_ctb_config.dbit_offset = 16; - test_ctb_config.dbit_list.clear(); - test_ctb_config.dbit_reorder = true; - REQUIRE_NOTHROW(test_ctb_acquire_with_receiver( - test_ctb_config, num_frames_to_acquire, det, caller)); - }*/ + } + { + testCtbAcquireInfo test_ctb_config; + test_ctb_config.readout_mode = defs::TRANSCEIVER_ONLY; + test_ctb_config.dbit_offset = 16; + test_ctb_config.dbit_list.clear(); + test_ctb_config.dbit_reorder = true; + REQUIRE_NOTHROW(test_ctb_aclogDEBUGquire_with_receiver( + test_ctb_config, num_frames_to_acquire, det, caller)); + } + { + testCtbAcquireInfo test_ctb_config; + test_ctb_config.readout_mode = defs::ANALOG_ONLY; + test_ctb_config.dbit_offset = 16; + test_ctb_config.dbit_list.clear(); + test_ctb_config.dbit_reorder = true; + REQUIRE_NOTHROW(test_ctb_acquire_with_receiver( + test_ctb_config, num_frames_to_acquire, det, caller)); + } } }