version 1.0.0-rc.27 minor fixes

This commit is contained in:
2024-12-04 20:58:51 +01:00
parent 762bb1b9c0
commit 89a77ceec7
2 changed files with 1 additions and 3 deletions

View File

@@ -79,8 +79,7 @@ void JFJochBrokerHttp::wait_till_done_post(const std::optional<int32_t> &timeout
response.send(Pistache::Http::Code::Bad_Gateway);
break;
case JFJochState::Error:
response.send(Pistache::Http::Code::Internal_Server_Error);
break;
throw WrongDAQStateException("Detector in error state");
case JFJochState::Measuring:
case JFJochState::Busy:
case JFJochState::Pedestal:

View File

@@ -3,7 +3,6 @@
#include <catch2/catch_all.hpp>
#include "../common/ModuleSummation.h"
#include "ffbidx/c_api.h"
TEST_CASE("ModuleSummation_signed") {
constexpr size_t nsummation = 27;