version 1.0.0-rc.27 minor fixes
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user