This commit is contained in:
Bao Tran 2021-05-25 23:54:56 -04:00
parent 5af1880c49
commit 474cf356ed
1 changed files with 2 additions and 1 deletions

View File

@ -233,7 +233,8 @@ TEST_CASE("Wrong format property") {
REQUIRE(propertyView == std::nullopt);
}
SECTION("Buffer view byte stride make its length outside of the real buffer length") {
SECTION("Buffer view byte stride make its length outside of the real buffer "
"length") {
// copy data to buffer
std::vector<int64_t> data{210000, 26600, -3, 4222, -11122};
CesiumGltf::Buffer& buffer = model.buffers.emplace_back();