alecthomas / alecthomas/entityx

Test Fails

Open
#256 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.3k
Forks
301
PR merge metrics
No merged PRs in 30d

Description

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);
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.