alecthomas / alecthomas/entityx

Test Fails

オープン
#256 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。