mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 03:20:14 +01:00
fix test
This commit is contained in:
@@ -541,7 +541,9 @@ TEST_CASE("fliprows", "[.cmd]") {
|
||||
CmdProxy proxy(&det);
|
||||
auto det_type = det.getDetectorType().squash();
|
||||
bool jungfrauhw2 = false;
|
||||
if (det_type == defs::JUNGFRAU && det.getSerialNumber() & 0x20000) {
|
||||
if (det_type == defs::JUNGFRAU &&
|
||||
det.getSerialNumber().tsquash("inconsistent serial number to test") &
|
||||
0x20000) {
|
||||
jungfrauhw2 = true;
|
||||
}
|
||||
if (det_type == defs::EIGER || jungfrauhw2) {
|
||||
|
||||
Reference in New Issue
Block a user