Added DEBUGGER_ESCAPE to the final test, which will launch the debugger
otherwise (in order to test the debugger message). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@287 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -74,6 +74,8 @@ void THandlerAtTest::HandlerAtTest3()
|
||||
*/
|
||||
void THandlerAtTest::HandlerAtTest4()
|
||||
{
|
||||
DEBUGGER_ESCAPE;
|
||||
|
||||
BLooper Looper;
|
||||
Looper.Unlock();
|
||||
CPPUNIT_ASSERT(Looper.HandlerAt(0) == &Looper);
|
||||
|
||||
Reference in New Issue
Block a user