alecthomas / alecthomas/entityx

Test Fails

未关闭
#256 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C++
星标
2.3k
派生
301
PR 合并指标
30 天内没有已合并 PR

描述

CTest will fail with "TestEntityDestroyedEvent".
![image](https://github.com/user-attachments/assets/854a8733-815e-4efb-86b4-4bf23e06f75f)
For following assertion:
```
TEST_CASE_METHOD(EntityManagerFixture, "TestEntityDestroyedEvent") {
. . .
for (auto e : entities) {
e.destroy();
}

REQUIRE(10UL == receiver.destroyed.size()); // is false
REQUIRE(entities == receiver.destroyed);
}
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。