removed 'Caller/CALLER' from test names as there is only one command line now (#993)

This commit is contained in:
2024-10-01 12:25:05 +02:00
committed by GitHub
parent 45957391a6
commit fd010b9aa5
11 changed files with 319 additions and 319 deletions

View File

@ -19,7 +19,7 @@ using test::PUT;
/* dacs */
TEST_CASE("Caller::Setting and reading back GOTTHARD dacs",
TEST_CASE("Setting and reading back GOTTHARD dacs",
"[.cmdcall][.dacs]") {
// vref_ds, vcascn_pb, vcascp_pb, vout_cm, vcasc_out, vin_cm, vref_comp,
// ib_test_c
@ -110,7 +110,7 @@ TEST_CASE("Caller::Setting and reading back GOTTHARD dacs",
/* Gotthard Specific */
TEST_CASE("Caller::roi", "[.cmdcall]") {
TEST_CASE("roi", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -141,7 +141,7 @@ TEST_CASE("Caller::roi", "[.cmdcall]") {
}
}
TEST_CASE("Caller::clearroi", "[.cmdcall]") {
TEST_CASE("clearroi", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();
@ -161,7 +161,7 @@ TEST_CASE("Caller::clearroi", "[.cmdcall]") {
}
}
TEST_CASE("Caller::exptimel", "[.cmdcall]") {
TEST_CASE("exptimel", "[.cmdcall]") {
Detector det;
Caller caller(&det);
auto det_type = det.getDetectorType().squash();