From 9b46d6f93e944e6dccc01affb3693185d8e7ddba Mon Sep 17 00:00:00 2001 From: Ashley Rogers Date: Fri, 22 Nov 2024 11:19:22 -0500 Subject: [PATCH] Format --- CesiumGeometry/test/TestAvailability.cpp | 3 +-- CesiumGltf/test/TestPropertyTablePropertyView.cpp | 2 +- CesiumGltf/test/TestPropertyTableView.cpp | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CesiumGeometry/test/TestAvailability.cpp b/CesiumGeometry/test/TestAvailability.cpp index 0d7a2fe00..b6e587804 100644 --- a/CesiumGeometry/test/TestAvailability.cpp +++ b/CesiumGeometry/test/TestAvailability.cpp @@ -195,8 +195,7 @@ TEST_CASE("Test OctreeAvailability") { } REQUIRE( - (bool)(availability & - TileAvailabilityFlags::CONTENT_AVAILABLE) == + (bool)(availability & TileAvailabilityFlags::CONTENT_AVAILABLE) == contentShouldBeAvailable); } } diff --git a/CesiumGltf/test/TestPropertyTablePropertyView.cpp b/CesiumGltf/test/TestPropertyTablePropertyView.cpp index bd0af04b7..c99b6d690 100644 --- a/CesiumGltf/test/TestPropertyTablePropertyView.cpp +++ b/CesiumGltf/test/TestPropertyTablePropertyView.cpp @@ -1277,7 +1277,7 @@ TEST_CASE("Check matN PropertyTablePropertyView (normalized)") { } TEST_CASE("Check boolean PropertyTablePropertyView") { - std::bitset bits = 0b11110101; + std::bitset bits = 0b11110101; unsigned long val = bits.to_ulong(); std::vector data(sizeof(val)); std::memcpy(data.data(), &val, sizeof(val)); diff --git a/CesiumGltf/test/TestPropertyTableView.cpp b/CesiumGltf/test/TestPropertyTableView.cpp index 4317cf16e..67f33eb5c 100644 --- a/CesiumGltf/test/TestPropertyTableView.cpp +++ b/CesiumGltf/test/TestPropertyTableView.cpp @@ -5255,8 +5255,7 @@ TEST_CASE("Test callback for string array PropertyTableProperty") { PropertyArrayView v1 = propertyValue.getRaw(1); REQUIRE(v1.size() == 2); REQUIRE( - v1[0] == - "But they still abduct my cows! Those milk thiefs! 👽 🐮"); + v1[0] == "But they still abduct my cows! Those milk thiefs! 👽 🐮"); REQUIRE(v1[1] == "I'm not crazy. My mother had me tested 🤪"); PropertyArrayView v2 = propertyValue.getRaw(2);