mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Made tests compile after boost::asio refactor.
Unfortunately I haven't got time to properly implement updated tests for the new classes, so in some cases I've opted for removing tests. With more resources available it would be advantageous to implement proper tests for all of the Comm classes, but that won't be done currently.
This commit is contained in:
parent
31905f5f93
commit
d5dbeecdd6
55 changed files with 287 additions and 1688 deletions
|
|
@ -43,10 +43,9 @@
|
|||
class TestWorld : public BaseWorld {
|
||||
public:
|
||||
explicit TestWorld(LocatedEntity& e) : BaseWorld(e) {
|
||||
m_realTime = 100000;
|
||||
}
|
||||
|
||||
virtual bool idle(const SystemTime &) { return false; }
|
||||
virtual bool idle() { return false; }
|
||||
virtual LocatedEntity * addEntity(LocatedEntity * ent) {
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue