Skip to content

Commit

Permalink
remove check for explicit error message wording from test
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 20, 2024
1 parent fb9b45a commit 6ace1c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/uncompressed_box.cc
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ TEST_CASE("uncC_parse_excess_tile_cols") {
REQUIRE(range.error() == 0);
REQUIRE(error.error_code == 6);
REQUIRE(error.sub_error_code == 1000);
REQUIRE(error.message == "Tiling size 4294967296 x 32768 exceeds the maximum allowed size 4294967295 x 4294967295");
}

TEST_CASE("uncC_parse_excess_tile_rows") {
Expand All @@ -350,7 +349,6 @@ TEST_CASE("uncC_parse_excess_tile_rows") {
REQUIRE(range.error() == 0);
REQUIRE(error.error_code == 6);
REQUIRE(error.sub_error_code == 1000);
REQUIRE(error.message == "Tiling size 32768 x 4294967296 exceeds the maximum allowed size 4294967295 x 4294967295");
}

TEST_CASE("cmpC_defl") {
Expand Down

0 comments on commit 6ace1c0

Please sign in to comment.