v1.0.0-rc.60
This commit is contained in:
+3
-1
@@ -183,7 +183,9 @@ TEST_CASE("CBORSerialize_Start_GoniometerAxis", "[CBOR]") {
|
||||
CHECK(output_message.goniometer->GetName() == axis.GetName());
|
||||
CHECK(output_message.goniometer->GetStart_deg() == axis.GetStart_deg());
|
||||
CHECK(output_message.goniometer->GetIncrement_deg() == axis.GetIncrement_deg());
|
||||
CHECK(output_message.goniometer->GetAxis() == axis.GetAxis());
|
||||
CHECK(output_message.goniometer->GetAxis().x == Catch::Approx(axis.GetAxis().x));
|
||||
CHECK(output_message.goniometer->GetAxis().y == Catch::Approx(axis.GetAxis().y));
|
||||
CHECK(output_message.goniometer->GetAxis().z == Catch::Approx(axis.GetAxis().z));
|
||||
REQUIRE(output_message.goniometer->GetHelicalStep());
|
||||
CHECK(output_message.goniometer->GetHelicalStep() == axis.GetHelicalStep());
|
||||
REQUIRE(output_message.goniometer->GetScreeningWedge());
|
||||
|
||||
Reference in New Issue
Block a user