mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-27 08:40:41 +08:00
fixed: real server dtor being called (we forgot to set m_mock - FUUUUUUUU). also added quick and dirty backtrace for osx, since we keep accidentally calling that singleton in unit tests... could be handy, we should consider refactoring into a func maybe.
This commit is contained in:
@@ -27,5 +27,5 @@ class IEventQueue;
|
||||
class CMockServer : public CServer
|
||||
{
|
||||
public:
|
||||
CMockServer() : CServer() { }
|
||||
CMockServer() : CServer() { m_mock = true; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user