tests: update test expectation for last commit

This commit is contained in:
Eric Wasylishen 2024-08-05 17:12:05 -06:00
parent 3f1659dd84
commit 7389adfa38
1 changed files with 4 additions and 1 deletions

View File

@ -1263,7 +1263,10 @@ TEST(testmapsQ1, cubes)
{
const auto [bsp, bspx, prt] = LoadTestmapQ1("q1_cubes.map");
EXPECT_EQ(bsp.dedges.size(), 25);
// 1 + 12 for cube A + 13 for cube B.
// for the "four way" vertical edge, two of the faces can share an edge on cube A, but this blocks any further
// sharing on that edge in cube B.
EXPECT_EQ(bsp.dedges.size(), 26);
}
/**