mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
removed 'Caller/CALLER' from test names as there is only one command line now (#993)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user