From da94386c62cb31e5a30a97bd712f2c4830d23398 Mon Sep 17 00:00:00 2001 From: ejakowatz Date: Wed, 17 Jul 2002 19:54:08 +0000 Subject: [PATCH] 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 --- src/tests/kits/app/blooper/HandlerAtTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/kits/app/blooper/HandlerAtTest.cpp b/src/tests/kits/app/blooper/HandlerAtTest.cpp index 56abefe37d..071a7e1b10 100644 --- a/src/tests/kits/app/blooper/HandlerAtTest.cpp +++ b/src/tests/kits/app/blooper/HandlerAtTest.cpp @@ -74,6 +74,8 @@ void THandlerAtTest::HandlerAtTest3() */ void THandlerAtTest::HandlerAtTest4() { + DEBUGGER_ESCAPE; + BLooper Looper; Looper.Unlock(); CPPUNIT_ASSERT(Looper.HandlerAt(0) == &Looper);