mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
tests made to pass ctb
This commit is contained in:
@ -129,7 +129,7 @@ TEST_CASE("string to detectorType"){
|
||||
REQUIRE(StringTo<dt>("Eiger") == dt::EIGER);
|
||||
REQUIRE(StringTo<dt>("Gotthard") == dt::GOTTHARD);
|
||||
REQUIRE(StringTo<dt>("Jungfrau") == dt::JUNGFRAU);
|
||||
REQUIRE(StringTo<dt>("JungfrauCTB") == dt::CHIPTESTBOARD);
|
||||
REQUIRE(StringTo<dt>("ChipTestBoard") == dt::CHIPTESTBOARD);
|
||||
REQUIRE(StringTo<dt>("Moench") == dt::MOENCH);
|
||||
REQUIRE(StringTo<dt>("Mythen3") == dt::MYTHEN3);
|
||||
REQUIRE(StringTo<dt>("Gotthard2") == dt::GOTTHARD2);
|
||||
|
Reference in New Issue
Block a user